fix workarounds

This commit is contained in:
crapStone
2024-11-27 22:55:18 +01:00
parent e3ec4f948c
commit 40196377e3
3 changed files with 4 additions and 5 deletions
+1 -1
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")