From c54328d6d3eceb8995e06f08232fcdd2bbe9f11c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 13 Nov 2022 22:40:35 +0100 Subject: [PATCH] fix tests --- integration/main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/main_test.go b/integration/main_test.go index 06d553f..c10dcdb 100644 --- a/integration/main_test.go +++ b/integration/main_test.go @@ -38,6 +38,7 @@ func startServer(ctx context.Context) error { } setEnvIfNotSet("ACME_API", "https://acme.mock.directory") setEnvIfNotSet("PAGES_DOMAIN", "localhost.mock.directory") + setEnvIfNotSet("PAGES_BRANCHES", "pages,main") setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory") setEnvIfNotSet("PORT", "4430")