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 c6250db commit 2de4fa3Copy full SHA for 2de4fa3
test/integration/scan_test.go
@@ -1551,7 +1551,7 @@ func TestScanGeneratingPdfReportWithPdfOptions(t *testing.T) {
1551
//
1552
//}
1553
1554
-func TestScanCreateUsingWrongProjectGroups(t *testing.T) {
+func TestScanCreate_WhenProjectExists_ShouldNotUpdateGroups(t *testing.T) {
1555
projectID, projectName := getRootProject(t)
1556
project := showProject(t, projectID)
1557
groupsBeforeScanCreate := project.Groups
0 commit comments