Skip to content

Commit

Permalink
Applied PR review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgeorge-db committed Feb 8, 2024
1 parent 156dfd8 commit 9e74130
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/unit/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,11 +965,7 @@ def test_latest_job_status_list(ws, any_prompt):
config = WorkspaceConfig(inventory_database='ucx')
timeout = timedelta(seconds=1)
mock_installation = MockInstallation(
{
'state.json': {
'resources': {'jobs': {"job1": "1", "job2": "2", "job3": "3"}}
}
}
{'state.json': {'resources': {'jobs': {"job1": "1", "job2": "2", "job3": "3"}}}}
)
workspace_installation = WorkspaceInstallation(
config, mock_installation, sql_backend, wheels, ws, any_prompt, timeout
Expand Down

0 comments on commit 9e74130

Please sign in to comment.