Skip to content

Commit

Permalink
fix external buckets tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zajca committed Jun 7, 2024
1 parent c26ab54 commit fadee1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ public function testAlteredColumnThrowsUserExAndAfterRefreshWillWork(): void

$this->dropBucketIfExists($this->_client, $bucketId, true);

$workspace = $this->initTestWorkspace();
$workspace = $this->initTestWorkspace(null, [], true);

$db = WorkspaceBackendFactory::createWorkspaceBackend($workspace);

Expand Down

0 comments on commit fadee1b

Please sign in to comment.