From 27a5be5bdd4da9932309bc961d1037f20b9b01c7 Mon Sep 17 00:00:00 2001 From: miryamfoiferCX Date: Wed, 13 Nov 2024 13:13:05 +0200 Subject: [PATCH] change test name --- test/integration/scan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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