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 87a7a0c..301203b 100644
--- a/tests/repository_creation.rs
+++ b/tests/repository_creation.rs
@@ -43,7 +43,7 @@ macro_rules! isolated_test {
43 .await 43 .await
44 .expect("Failed to create audit client"); 44 .expect("Failed to create audit client");
45 45
46 let result = RepositoryCreationTests::$test_name(&client, relay.git_data_dir()).await; 46 let result = RepositoryCreationTests::$test_name(&client, &relay.domain()).await;
47 47
48 relay.stop().await; 48 relay.stop().await;
49 49