From f41550ea1898be2ec6c4be205e4cad0085400313 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 28 Nov 2025 03:38:50 +0000 Subject: audit: stop checking git_data_directory --- tests/cors.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/cors.rs') 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); isolated_cors_test!(test_cors_allow_headers); isolated_cors_test!(test_cors_options_preflight); -// Integration test that creates a real repository and tests CORS on it -isolated_cors_test_with_repo!(test_cors_on_real_repo); \ No newline at end of file +isolated_cors_test!(test_cors_on_real_repo); \ No newline at end of file -- cgit v1.2.3