Skip to content

Commit 468d502

Browse files
committed
fix test there is a extra dot
1 parent acc47f2 commit 468d502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Backend/Snowflake/WorkspacesQueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function testWorkspaceQuery(): void
239239
[
240240
'status' => 'error',
241241
'message' => sprintf("An exception occurred while executing a query: SQL access control error:
242-
Insufficient privileges to operate on database '%s'", $workspace['connection']['database']),
242+
Insufficient privileges to operate on database '%s'.", $workspace['connection']['database']),
243243
],
244244
);
245245

0 commit comments

Comments
 (0)