upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/cors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cors.rs')
-rw-r--r--tests/cors.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cors.rs b/tests/cors.rs
index addcb1d..a27c145 100644
--- a/tests/cors.rs
+++ b/tests/cors.rs
@@ -68,7 +68,6 @@ macro_rules! isolated_cors_test_with_repo {
68 68
69 let result = CorsTests::$test_name( 69 let result = CorsTests::$test_name(
70 &client, 70 &client,
71 relay.git_data_dir(),
72 &relay.domain(), 71 &relay.domain(),
73 ) 72 )
74 .await; 73 .await;