Skip to content

Commit 30cf4e0

Browse files
Add scan id flag to risk management command (AST-000)
1 parent 876fa80 commit 30cf4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/result_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ func readAndUnmarshalFile(t *testing.T, path string, v interface{}) {
616616
}
617617

618618
func TestRiskManagementResults_ReturnResults(t *testing.T) {
619-
projectName := "ast-phoenix-test-project"
619+
projectName := GenerateRandomProjectNameForScan()
620620
_ = executeCmdNilAssertion(
621621
t, "Create project should pass",
622622
"project", "create",

0 commit comments

Comments
 (0)