We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155717b commit ea6a72fCopy full SHA for ea6a72f
internal/config/lookuper_test.go
@@ -15,7 +15,7 @@ func TestFileLookuper(t *testing.T) {
15
tests := []struct {
16
name string
17
envVars map[string]string
18
- fileContent map[string]string // filename -> content
+ fileContent map[string]string // filepath -> content
19
lookupKey string
20
expectedValue string
21
expectedFound bool
0 commit comments