Skip to content

Commit d3e579f

Browse files
idsulikndeloof
authored andcommitted
fix loader_test.go
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent 9efe7f6 commit d3e579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/loader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ func TestLoadServiceWithLabelFile_NotExists(t *testing.T) {
23562356
},
23572357
}
23582358
p, err := p.WithServicesLabelsResolved(false)
2359-
assert.Error(t, err, "label file test not found: stat test: no such file or directory")
2359+
assert.ErrorContains(t, err, "label file test not found")
23602360
}
23612361

23622362
func TestLoadNoSSHInBuildConfig(t *testing.T) {

0 commit comments

Comments
 (0)