Skip to content

Commit 8b227ec

Browse files
authored
Merge pull request #1566 from keboola/zajca/fix-test-dot
fix test there is a extra dot
2 parents acc47f2 + 468d502 commit 8b227ec

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)