Skip to content

Commit

Permalink
wait until project is purged
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbracinik committed Apr 25, 2024
1 parent fa54c02 commit 3f93b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ProjectStorageBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public function testProjectStorageAssignBackendFailedWithNonNumericBackendId():

$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 3f93b37

Please sign in to comment.