fix: some debug code in e2e tests. (#1009)
This commit is contained in:
parent
d2a125c759
commit
e345074ff6
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ var load = loader.EnvLoader{
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMain(m *testing.M) {
|
func TestMain(m *testing.M) {
|
||||||
os.Setenv("LEGO_E2E_TESTS", "LEGO_E2E_TESTS")
|
|
||||||
os.Exit(load.MainTest(m))
|
os.Exit(load.MainTest(m))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue