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 03:38:50 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 03:38:50 +0000
commitf41550ea1898be2ec6c4be205e4cad0085400313 (patch)
tree00cc474031bf81fe382c6276e52fd769b275cd3f /tests/cors.rs
parent3f74ababf338d65ac5e29e7eb5541ce416b7fe75 (diff)
audit: stop checking git_data_directory
Diffstat (limited to 'tests/cors.rs')
-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