diff options
Diffstat (limited to 'tests/push_authorization.rs')
| -rw-r--r-- | tests/push_authorization.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index b9e0545..df291d5 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs | |||
| @@ -38,7 +38,7 @@ macro_rules! isolated_push_test { | |||
| 38 | #[tokio::test] | 38 | #[tokio::test] |
| 39 | async fn $test_name() { | 39 | async fn $test_name() { |
| 40 | let relay = TestRelay::start().await; | 40 | let relay = TestRelay::start().await; |
| 41 | let config = AuditConfig::ci(); | 41 | let config = AuditConfig::isolated(); |
| 42 | let client = AuditClient::new(relay.url(), config) | 42 | let client = AuditClient::new(relay.url(), config) |
| 43 | .await | 43 | .await |
| 44 | .expect("Failed to create audit client"); | 44 | .expect("Failed to create audit client"); |