upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/repository_creation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repository_creation.rs')
-rw-r--r--tests/repository_creation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repository_creation.rs b/tests/repository_creation.rs
index 352e2cc..a1cca11 100644
--- a/tests/repository_creation.rs
+++ b/tests/repository_creation.rs
@@ -38,7 +38,7 @@ macro_rules! isolated_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");