diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 04:35:03 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 04:35:03 +0000 |
| commit | c283c38add8d2b0e8359d8b03c064a188a43d6e0 (patch) | |
| tree | 418424247873d3ad76ab4edb16726fb5da2044f6 /tests/repository_creation.rs | |
| parent | eee0a521afe0492f04bee58c9a236683fb23601b (diff) | |
fix cargo test
Diffstat (limited to 'tests/repository_creation.rs')
| -rw-r--r-- | tests/repository_creation.rs | 2 |
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 | ||