fix workarounds

This commit is contained in:
crapStone 2024-11-27 22:55:18 +01:00
parent e3ec4f948c
commit 40196377e3
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
3 changed files with 4 additions and 5 deletions

View file

@ -34,7 +34,7 @@ func TestMain(m *testing.M) {
func startServer(ctx context.Context) error {
args := []string{"integration"}
setEnvIfNotSet("ACME_API", "https://acme.mock.directory")
setEnvIfNotSet("ACME_API", "https://localhost:14000/dir")
setEnvIfNotSet("PAGES_DOMAIN", "localhost.mock.directory")
setEnvIfNotSet("RAW_DOMAIN", "raw.localhost.mock.directory")
setEnvIfNotSet("PAGES_BRANCHES", "pages,main,master")