Skip to content

Commit e69460c

Browse files
committed
reset state
1 parent ef17ce7 commit e69460c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ func testGoogleBotGetsThrough(googleCIDRs []string) {
390390
// now restart with PROTECT_PARAMETERS=true and test again with params
391391
fmt.Println("\nRestarting traefik with PROTECT_PARAMETERS=true")
392392
runCommand("docker", "compose", "down")
393+
394+
runCommand("rm", "tmp/state.json")
393395
runCommandWithEnv(map[string]string{"PROTECT_PARAMETERS": "true"}, "docker", "compose", "up", "-d")
394396
waitForService("http://localhost")
395397
waitForService("http://localhost/app2")

0 commit comments

Comments
 (0)