Skip to content

Commit

Permalink
Fix broken system test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Nov 29, 2024
1 parent 76aa7d1 commit ac417fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/system_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def oav_for_system_test(test_config_files):
):
mock_get.return_value.__aenter__.return_value = empty_response
set_mock_value(oav.zoom_controller.level, "1.0")
oav.zoom_controller._get_allowed_zoom_levels = AsyncMock(
return_value=["1.0x", "2.5x", "5.0x", "7.5x", "10.0x", "15.0x"]
)
yield oav


Expand Down

0 comments on commit ac417fb

Please sign in to comment.