Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenriordan committed Feb 4, 2025
1 parent eeb9926 commit 5797f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_core/test_views/test_shared_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def patched_playwright(monkeypatch):
mock_page.pdf.return_value = None
mock_browser.close.return_value = None

monkeypatch.setattr("core.views.shared_views.sync_playwright", mock_sync_playwright)
monkeypatch.setattr("core.views.base_views.sync_playwright", mock_sync_playwright)

return mock_sync_playwright, mock_browser, mock_page

Expand Down

0 comments on commit 5797f29

Please sign in to comment.