fix tests

This commit is contained in:
Simon Vieille 2022-11-13 22:57:13 +01:00
parent c54328d6d3
commit dfea70b5cc
No known key found for this signature in database
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

@ -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()