upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/git_clone.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git_clone.rs')
-rw-r--r--tests/git_clone.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/git_clone.rs b/tests/git_clone.rs
index ffb04a3..c8a91a2 100644
--- a/tests/git_clone.rs
+++ b/tests/git_clone.rs
@@ -42,11 +42,7 @@ macro_rules! isolated_test {
42 .await 42 .await
43 .expect("Failed to create audit client"); 43 .expect("Failed to create audit client");
44 44
45 let result = GitCloneTests::$test_name( 45 let result = GitCloneTests::$test_name(&client, &relay.domain()).await;
46 &client,
47 &relay.domain(),
48 )
49 .await;
50 46
51 relay.stop().await; 47 relay.stop().await;
52 48
@@ -63,4 +59,4 @@ macro_rules! isolated_test {
63// Generate isolated tests for all git clone tests 59// Generate isolated tests for all git clone tests
64isolated_test!(test_basic_git_clone); 60isolated_test!(test_basic_git_clone);
65isolated_test!(test_clone_url_format); 61isolated_test!(test_clone_url_format);
66isolated_test!(test_sha1_capabilities_advertised); \ No newline at end of file 62isolated_test!(test_sha1_capabilities_advertised);