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 96e49eb commit a708c57Copy full SHA for a708c57
tests/unit/session/test_clients.py
@@ -180,11 +180,7 @@ def test_user_agent_not_in_vscode(monkeypatch):
180
181
182
@mock.patch.dict(os.environ, {"VSCODE_PID": "12345"}, clear=True)
183
-@mock.patch(
184
- "bigframes.session.environment.is_vscode_google_cloud_code_extension_installed",
185
- return_value=False,
186
-)
187
-def test_user_agent_in_vscode(mock_is_installed, monkeypatch):
+def test_user_agent_in_vscode(monkeypatch):
188
monkeypatch_client_constructors(monkeypatch)
189
provider = create_clients_provider()
190
assert_clients_w_user_agent(provider, "vscode")
0 commit comments