We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844d57a commit d895274Copy full SHA for d895274
tests/test_config.py
@@ -33,6 +33,7 @@ def test_config_host_url_format_check(mocker, host, expected):
33
mocker.patch('databricks.sdk.config.Config.init_auth')
34
assert Config(host=host).host == expected
35
36
+
37
def test_extra_and_upstream_user_agent(monkeypatch):
38
39
class MockUname:
0 commit comments