upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/push_authorization.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-03 11:38:07 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-03 11:38:07 +0000
commite30dfd5e5abb96cdc89b80f1d085466e55c347e0 (patch)
treec12c1d54d30f0541c9689acbcb3b64d54cc8b996 /tests/push_authorization.rs
parent2eaff5b79fed364d5eba5eb38e4b7bf76326884d (diff)
remove depricated audit mode label ci / production ~> isolated / shared
Diffstat (limited to 'tests/push_authorization.rs')
-rw-r--r--tests/push_authorization.rs2
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");