We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deab071 commit b091ca7Copy full SHA for b091ca7
options_test.go
@@ -8,13 +8,6 @@ import (
8
"github.com/stretchr/testify/require"
9
)
10
11
-type testEnvCase struct {
12
- Env string
13
- EnvValue string
14
- Expected interface{}
15
- Actual func() interface{}
16
-}
17
-
18
// TestEnvOptionParsing tests that given environment variables of different types are handled as expected.
19
func TestEnvOptionParsing(t *testing.T) {
20
t.Setenv("SETUP_SCRIPT", "setup.sh")
0 commit comments