upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs/grasp01/cors.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 03:38:50 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 03:38:50 +0000
commitf41550ea1898be2ec6c4be205e4cad0085400313 (patch)
tree00cc474031bf81fe382c6276e52fd769b275cd3f /grasp-audit/src/specs/grasp01/cors.rs
parent3f74ababf338d65ac5e29e7eb5541ce416b7fe75 (diff)
audit: stop checking git_data_directory
Diffstat (limited to 'grasp-audit/src/specs/grasp01/cors.rs')
-rw-r--r--grasp-audit/src/specs/grasp01/cors.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/grasp-audit/src/specs/grasp01/cors.rs b/grasp-audit/src/specs/grasp01/cors.rs
index 4e0513e..08c5ab6 100644
--- a/grasp-audit/src/specs/grasp01/cors.rs
+++ b/grasp-audit/src/specs/grasp01/cors.rs
@@ -257,7 +257,6 @@ impl CorsTests {
257 /// For integration tests that want to test against real repositories 257 /// For integration tests that want to test against real repositories
258 pub async fn test_cors_on_real_repo( 258 pub async fn test_cors_on_real_repo(
259 client: &AuditClient, 259 client: &AuditClient,
260 _git_data_dir: &Path,
261 relay_domain: &str, 260 relay_domain: &str,
262 ) -> TestResult { 261 ) -> TestResult {
263 let test_name = "test_cors_on_real_repo"; 262 let test_name = "test_cors_on_real_repo";