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 14fd361 commit 28c9193Copy full SHA for 28c9193
tests/posit/connect/external/test_connect_api.py
@@ -43,6 +43,7 @@ def test_provider(self):
43
provider = ViewerConnectClientProvider(
44
user_session_token="cit",
45
)
46
+ provider._client._ctx.version = None
47
viewer_client = provider.get_client()
48
assert viewer_client is not None
49
assert viewer_client.cfg.url == "https://connect.example/__api__"
0 commit comments