diff options
Diffstat (limited to 'tests/cors.rs')
| -rw-r--r-- | tests/cors.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cors.rs b/tests/cors.rs index addcb1d..a27c145 100644 --- a/tests/cors.rs +++ b/tests/cors.rs | |||
| @@ -68,7 +68,6 @@ macro_rules! isolated_cors_test_with_repo { | |||
| 68 | 68 | ||
| 69 | let result = CorsTests::$test_name( | 69 | let result = CorsTests::$test_name( |
| 70 | &client, | 70 | &client, |
| 71 | relay.git_data_dir(), | ||
| 72 | &relay.domain(), | 71 | &relay.domain(), |
| 73 | ) | 72 | ) |
| 74 | .await; | 73 | .await; |