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 638cb5f commit aa6ed6fCopy full SHA for aa6ed6f
test/integration/scan_test.go
@@ -2722,5 +2722,5 @@ func TestCreateScanWithExistingProjectAnd_ApplicationNotFoundFailed(t *testing.T
2722
flag(params.ApplicationName), "mock",
2723
}
2724
err, _ := executeCommand(t, args...)
2725
- assert.ErrorContains(t, err, "Application mock not found")
+ assert.ErrorContains(t, err, "Application not found: mock")
2726
0 commit comments