Skip to content

Commit 5304485

Browse files
author
Ilyas Gasanov
committed
[DOP-19900] Fix group connections fixture
1 parent 635f179 commit 5304485

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_unit/test_connections/connection_fixtures/group_connections_fixture.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ async def group_connections(
3939
"bucket": "bucket",
4040
},
4141
)
42+
elif conn_type == ConnectionType.POSTGRES:
43+
new_data.update(
44+
{
45+
"database_name": "database",
46+
},
47+
)
4248
elif conn_type in [ConnectionType.ORACLE, ConnectionType.CLICKHOUSE, ConnectionType.MSSQL]:
4349
new_data.update(
4450
{

0 commit comments

Comments
 (0)