Skip to content

Commit

Permalink
Update test/unit/test_connections.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Kuhnke <[email protected]>
  • Loading branch information
ahsimb and ckunki authored Nov 14, 2023
1 parent e3f8f84 commit 8118d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ def test_open_sqlalchemy_connection_ssl(mock_create_engine, conf):
def test_open_bucketfs_connection(mock_bfs_service, conf):
open_bucketfs_connection(conf)
mock_bfs_service.assert_called_once_with(
"http://24.134.96.2:6666",
f"http://{conf.EXTERNAL_HOST_NAME}:{conf.BUCKETFS_PORT}",
{"my_bucket": {"username": "buck_user", "password": "buck_pwd"}},
)

0 comments on commit 8118d5d

Please sign in to comment.