upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cors.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cors.rs b/tests/cors.rs
index 9cce817..addcb1d 100644
--- a/tests/cors.rs
+++ b/tests/cors.rs
@@ -91,5 +91,4 @@ isolated_cors_test!(test_cors_allow_methods);
91isolated_cors_test!(test_cors_allow_headers); 91isolated_cors_test!(test_cors_allow_headers);
92isolated_cors_test!(test_cors_options_preflight); 92isolated_cors_test!(test_cors_options_preflight);
93 93
94// Integration test that creates a real repository and tests CORS on it 94isolated_cors_test!(test_cors_on_real_repo); \ No newline at end of file
95isolated_cors_test_with_repo!(test_cors_on_real_repo); \ No newline at end of file