Skip to content

Commit

Permalink
Fix: Recover lost fix for webbrowser.open mock (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
qziyuan authored and dmoore247 committed Mar 23, 2024
1 parent 6996501 commit 0b4c6c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ def test_remove_warehouse_not_exists(ws, caplog):


def test_repair_run(ws, mocker, any_prompt, mock_installation_with_jobs):
mocker.patch("webbrowser.open")
base = [
BaseRun(
job_clusters=None,
Expand Down Expand Up @@ -1214,6 +1215,7 @@ def test_fresh_install(ws, mock_installation):


def test_get_existing_installation_global(ws, mock_installation, mocker):
mocker.patch("webbrowser.open")
prompts = MockPrompts(
{
r".*PRO or SERVERLESS SQL warehouse.*": "1",
Expand Down

0 comments on commit 0b4c6c6

Please sign in to comment.