diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 03:38:50 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 03:38:50 +0000 |
| commit | f41550ea1898be2ec6c4be205e4cad0085400313 (patch) | |
| tree | 00cc474031bf81fe382c6276e52fd769b275cd3f /tests/cors.rs | |
| parent | 3f74ababf338d65ac5e29e7eb5541ce416b7fe75 (diff) | |
audit: stop checking git_data_directory
Diffstat (limited to 'tests/cors.rs')
| -rw-r--r-- | tests/cors.rs | 3 |
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); | |||
| 91 | isolated_cors_test!(test_cors_allow_headers); | 91 | isolated_cors_test!(test_cors_allow_headers); |
| 92 | isolated_cors_test!(test_cors_options_preflight); | 92 | isolated_cors_test!(test_cors_options_preflight); |
| 93 | 93 | ||
| 94 | // Integration test that creates a real repository and tests CORS on it | 94 | isolated_cors_test!(test_cors_on_real_repo); \ No newline at end of file |
| 95 | isolated_cors_test_with_repo!(test_cors_on_real_repo); \ No newline at end of file | ||