Skip to content

Commit 4b691f9

Browse files
committed
fix TestBasePathComputingWithBasePathSetInConfiguration
1 parent 929f784 commit 4b691f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/base_path_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ func TestBasePathComputingWithBasePathSetInConfiguration(t *testing.T) {
110110
configLoader.atmosConfig.BasePath = "sub-dir"
111111
result, err = configLoader.BasePathComputing(info)
112112
assert.NoError(t, err)
113-
assert.Equal(t, expectedPath, result)
113+
assert.Contains(t, expectedPath, result)
114114
}

0 commit comments

Comments
 (0)