From 4ad34d3a0ad578d996ed037089086b015127626d Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 13 Sep 2026 01:45:22 -0400 Subject: [PATCH] test: validate full Archipelago ngit promotion path --- tests/release/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/release/run.sh b/tests/release/run.sh index fefa0048..914dc2fd 100755 --- a/tests/release/run.sh +++ b/tests/release/run.sh @@ -104,7 +104,7 @@ if "archipelago-source" not in apps: source_promotions = [item for item in promotions if item.get("id") == "archipelago-source"] if not source_promotions: raise SystemExit("registry candidate omits the Archipelago source promotion") -expected_path = "/npub1w3sqdkrhn0gyuvsex32effzgnfpyde6qrrc4u467flg5e9txh4wsfn5vjg/archy" +expected_path = "/npub1w3sqdkrhn0gyuvsex32effzgnfpyde6qrrc4u467flg5e9txh4wsfn5vjg/relay.ngit.dev/archy" if source_promotions[0].get("path") != expected_path: raise SystemExit("source promotion does not open the canonical Archipelago repository") print("registry candidate includes GitWorkshop and its source promotion")