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:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 04:35:03 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 04:35:03 +0000
commitc283c38add8d2b0e8359d8b03c064a188a43d6e0 (patch)
tree418424247873d3ad76ab4edb16726fb5da2044f6 /tests/cors.rs
parenteee0a521afe0492f04bee58c9a236683fb23601b (diff)
fix cargo test
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;