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 9efe7f6 commit d3e579fCopy full SHA for d3e579f
loader/loader_test.go
@@ -2356,7 +2356,7 @@ func TestLoadServiceWithLabelFile_NotExists(t *testing.T) {
2356
},
2357
}
2358
p, err := p.WithServicesLabelsResolved(false)
2359
- assert.Error(t, err, "label file test not found: stat test: no such file or directory")
+ assert.ErrorContains(t, err, "label file test not found")
2360
2361
2362
func TestLoadNoSSHInBuildConfig(t *testing.T) {
0 commit comments