fix tests

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

View File

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