diff options
Diffstat (limited to 'tests')
| -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 | ||