Skip to content

Commit

Permalink
Fix test_start_app test
Browse files Browse the repository at this point in the history
Ensure the `qubes` variable is false when checking the function call.
  • Loading branch information
emkll authored and sssoleileraaa committed Jul 30, 2019
1 parent dd28c5c commit 672e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_start_app(homedir, mocker):
mock_win.assert_called_once_with()
mock_controller.assert_called_once_with('http://localhost:8081/',
mock_win(), mock_session_maker,
homedir, False)
homedir, False, False)


PERMISSIONS_CASES = [
Expand Down

0 comments on commit 672e2be

Please sign in to comment.