From 3a2a265e7ce229463e74cc9b926665d90fc0dea2 Mon Sep 17 00:00:00 2001 From: zajca Date: Wed, 24 Jan 2024 08:26:10 +0100 Subject: [PATCH 1/2] fix test expectations --- tests/Backend/CommonPart1/BranchStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Backend/CommonPart1/BranchStorageTest.php b/tests/Backend/CommonPart1/BranchStorageTest.php index 406e7a6d2..5ffaebfb9 100644 --- a/tests/Backend/CommonPart1/BranchStorageTest.php +++ b/tests/Backend/CommonPart1/BranchStorageTest.php @@ -169,7 +169,7 @@ public function testCreateBranchResponse(): void $this->assertSame( [ - 'name' => 'Keboola\Test\Backend\CommonPart1\BranchStorageTest\testCreateBranchResponse2', + 'name' => $branchName, 'description' => '', 'isDefault' => false, 'creatorToken' => [ From 40a0862b33fb5b3ba9fd5296ad8b92247de9c0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zaj=C3=ADc?= Date: Wed, 24 Jan 2024 08:44:52 +0100 Subject: [PATCH 2/2] Update tests/Backend/CommonPart1/BranchStorageTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tomáš Fejfar --- tests/Backend/CommonPart1/BranchStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Backend/CommonPart1/BranchStorageTest.php b/tests/Backend/CommonPart1/BranchStorageTest.php index 5ffaebfb9..e80ae83d0 100644 --- a/tests/Backend/CommonPart1/BranchStorageTest.php +++ b/tests/Backend/CommonPart1/BranchStorageTest.php @@ -169,7 +169,7 @@ public function testCreateBranchResponse(): void $this->assertSame( [ - 'name' => $branchName, + 'name' => $branchName . '2', 'description' => '', 'isDefault' => false, 'creatorToken' => [