Skip to content

Commit fc94de2

Browse files
committed
style: format telemetry hook test call
1 parent ca12caf commit fc94de2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/telemetry/test_hooks.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ def test_connection_open_uses_opened_path_workspace_id(monkeypatch):
8686
monkeypatch.setattr(hooks, "has_reusable_transport", lambda _: True)
8787
manager = SimpleNamespace(host="https://h", header_factory=lambda: {}, workspace_id=None)
8888

89-
hooks.on_connection_open(
90-
SimpleNamespace(), manager, "/sql/1.0/warehouses/named?o=42"
91-
)
89+
hooks.on_connection_open(SimpleNamespace(), manager, "/sql/1.0/warehouses/named?o=42")
9290

9391
transport = coord.set_transport.call_args.args[1]
9492
assert transport.workspace_id == "42"

0 commit comments

Comments
 (0)