Skip to content

Commit

Permalink
GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 10, 2024
1 parent ac82549 commit e03e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Factory/ClickhouseClientFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testInitializationWithMainConfig(): void
$client = $clickhouse->create();

self::assertSame('example.com', $client->getConnectHost());
self::assertSame(9000, $client->getConnectPort());
self::assertSame('9000', $client->getConnectPort());
self::assertSame('test_user', $client->getConnectUsername());
self::assertSame('secret', $client->getConnectPassword());
self::assertSame('test_database', $client->settings()->getDatabase());
Expand Down

0 comments on commit e03e3a9

Please sign in to comment.