remove TestBypass flag (#566)

Tests should explicitly state their target configuration file, so no need
to use fallback default override flag
This commit is contained in:
Rauno Ots
2020-09-28 01:45:40 +02:00
committed by GitHub
parent d9bcf8246f
commit ecbc68561f
4 changed files with 11 additions and 18 deletions

View File

@@ -69,7 +69,6 @@ const (
var (
Cfg Config
IsInitialSetup bool
TestBypass bool
m sync.Mutex
)