This commit is contained in:
Ben Zvan 2018-12-26 12:48:12 -06:00
parent d63733fe14
commit 4a76377775

View File

@ -253,11 +253,10 @@ func TestContext_GlobalIsSet_fromEnv(t *testing.T) {
timeoutIsSet, tIsSet bool timeoutIsSet, tIsSet bool
noEnvVarIsSet, nIsSet bool noEnvVarIsSet, nIsSet bool
passwordIsSet, pIsSet bool passwordIsSet, pIsSet bool
passwordValue string passwordValue string
unparsableIsSet, uIsSet bool unparsableIsSet, uIsSet bool
overrideIsSet, oIsSet bool overrideIsSet, oIsSet bool
overrideValue string overrideValue string
) )
clearenv() clearenv()