Skip to content

Commit aa6ed6f

Browse files
integration fix
1 parent 638cb5f commit aa6ed6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,5 +2722,5 @@ func TestCreateScanWithExistingProjectAnd_ApplicationNotFoundFailed(t *testing.T
27222722
flag(params.ApplicationName), "mock",
27232723
}
27242724
err, _ := executeCommand(t, args...)
2725-
assert.ErrorContains(t, err, "Application mock not found")
2725+
assert.ErrorContains(t, err, "Application not found: mock")
27262726
}

0 commit comments

Comments
 (0)