Skip to content

Commit

Permalink
Merge pull request #13 from keboola/odin-fix-tests
Browse files Browse the repository at this point in the history
fix: snowflake port is now required
  • Loading branch information
odinuv committed Feb 1, 2021
2 parents caa5411 + 33935b1 commit 4b494d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Keboola/Orchestrator/AbstractFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function createTestExtractor()
// update extractor credentials
$parameters['db'] = [
'host' => $workspace['connection']['host'],
'port' => null,
'port' => 443,
'database' => $workspace['connection']['database'],
'schema' => $workspace['connection']['schema'],
'warehouse' => $workspace['connection']['warehouse'],
Expand Down

0 comments on commit 4b494d3

Please sign in to comment.