From 9b440eb7d1000c07ac83d7f4c2cc1c64afaf7edc Mon Sep 17 00:00:00 2001 From: Vojta Biberle Date: Thu, 25 Apr 2024 16:21:58 +0200 Subject: [PATCH] CT-1386 - properly wait until project is purged --- tests/ProjectStorageBackendTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ProjectStorageBackendTest.php b/tests/ProjectStorageBackendTest.php index e00fb1a..9387fb4 100644 --- a/tests/ProjectStorageBackendTest.php +++ b/tests/ProjectStorageBackendTest.php @@ -139,7 +139,6 @@ public function testProjectStorageAssignBackendFailedWithNonNumericBackendId(): $this->assertEquals(200, $response->getStatusCode()); $this->client->deleteProject($project['id']); - $this->client->purgeDeletedProject($project['id']); $this->waitForProjectPurge($project['id']); $this->client->removeStorageBackend($backend['id']);