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 929f784 commit 4b691f9Copy full SHA for 4b691f9
pkg/config/base_path_test.go
@@ -110,5 +110,5 @@ func TestBasePathComputingWithBasePathSetInConfiguration(t *testing.T) {
110
configLoader.atmosConfig.BasePath = "sub-dir"
111
result, err = configLoader.BasePathComputing(info)
112
assert.NoError(t, err)
113
- assert.Equal(t, expectedPath, result)
+ assert.Contains(t, expectedPath, result)
114
}
0 commit comments