diff --git a/test/integration/scan_test.go b/test/integration/scan_test.go index 34937fa34..fe9956a9c 100644 --- a/test/integration/scan_test.go +++ b/test/integration/scan_test.go @@ -1551,7 +1551,7 @@ func TestScanGeneratingPdfReportWithPdfOptions(t *testing.T) { // //} -func TestScanCreateUsingWrongProjectGroups(t *testing.T) { +func TestScanCreate_WhenProjectExists_ShouldNotUpdateGroups(t *testing.T) { projectID, projectName := getRootProject(t) project := showProject(t, projectID) groupsBeforeScanCreate := project.Groups