Skip to content

Commit

Permalink
CT-1386 - properly wait until project is purged
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtabiberle committed Apr 25, 2024
1 parent 3f93b37 commit 9b440eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ProjectStorageBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 9b440eb

Please sign in to comment.