diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 04:35:03 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 04:35:03 +0000 |
| commit | c283c38add8d2b0e8359d8b03c064a188a43d6e0 (patch) | |
| tree | 418424247873d3ad76ab4edb16726fb5da2044f6 /tests/push_authorization.rs | |
| parent | eee0a521afe0492f04bee58c9a236683fb23601b (diff) | |
fix cargo test
Diffstat (limited to 'tests/push_authorization.rs')
| -rw-r--r-- | tests/push_authorization.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 0a9ffb9..1114782 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs | |||
| @@ -45,7 +45,6 @@ macro_rules! isolated_push_test { | |||
| 45 | 45 | ||
| 46 | let result = PushAuthorizationTests::$test_name( | 46 | let result = PushAuthorizationTests::$test_name( |
| 47 | &client, | 47 | &client, |
| 48 | relay.git_data_dir(), | ||
| 49 | &relay.domain() | 48 | &relay.domain() |
| 50 | ).await; | 49 | ).await; |
| 51 | 50 | ||