Skip to content

Commit a708c57

Browse files
committed
revert a testcase change
1 parent 96e49eb commit a708c57

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/unit/session/test_clients.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,7 @@ def test_user_agent_not_in_vscode(monkeypatch):
180180

181181

182182
@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):
183+
def test_user_agent_in_vscode(monkeypatch):
188184
monkeypatch_client_constructors(monkeypatch)
189185
provider = create_clients_provider()
190186
assert_clients_w_user_agent(provider, "vscode")

0 commit comments

Comments
 (0)