From dfea70b5cc426873bb0ffd254de246bf0cb62663 Mon Sep 17 00:00:00 2001
From: Simon Vieille <simon@deblan.fr>
Date: Sun, 13 Nov 2022 22:57:13 +0100
Subject: [PATCH] fix tests

---
 integration/main_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration/main_test.go b/integration/main_test.go
index c10dcdb..39a71a7 100644
--- a/integration/main_test.go
+++ b/integration/main_test.go
@@ -38,8 +38,8 @@ 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("PAGES_BRANCHES", "pages,main,master")
 	setEnvIfNotSet("PORT", "4430")
 
 	app := cli.NewApp()