Skip to content

Commit

Permalink
remove newly created storage backend in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbracinik committed Apr 25, 2024
1 parent b6470f7 commit fa54c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ProjectStorageBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public function testProjectStorageAssignBackendFailedWithNonNumericBackendId():

$this->client->deleteProject($project['id']);
$this->client->purgeDeletedProject($project['id']);

$this->client->removeStorageBackend($backend['id']);
}

public function testStorageBackendRemove()
Expand Down

0 comments on commit fa54c02

Please sign in to comment.