From a0604445203031a0a387c33be958b825adc10a13 Mon Sep 17 00:00:00 2001 From: claude-hdb Date: Tue, 14 Jul 2026 22:46:06 +0000 Subject: [PATCH] test(resolve): absolute compose_file in the source-commit fixture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #54's fixture predates #49's leading-slash refinement (both cut from the same base); merged together the fixture violates the new rule and reddens main. One character — the product change and its own tests are unaffected. Co-Authored-By: Claude Opus 4.8 --- test/resolve.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/resolve.test.ts b/test/resolve.test.ts index 620cb53..5830efd 100644 --- a/test/resolve.test.ts +++ b/test/resolve.test.ts @@ -338,7 +338,7 @@ environments: applications: core: source: { repo: acme/widget, branch: main } - build: { pack: dockercompose, base_directory: /, compose_file: docker-compose.yaml } + build: { pack: dockercompose, base_directory: /, compose_file: /docker-compose.yaml } service_domains: api: ["https://api.widget.example.com"] `, -- 2.45.2