Skip to content

Commit

Permalink
Fix test mock check
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Jun 5, 2018
1 parent c9ad9ef commit efd40ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs/rtd_tests/tests/test_core_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def test_trigger_build_rounded_time_limit(self, update_docs):
update_docs().si.assert_has_calls([
mock.call(
self.project.pk,
time_limit=720,
soft_time_limit=600,
time_limit=3,
soft_time_limit=3,
queue=mock.ANY,
force=False,
record=True,
Expand Down

0 comments on commit efd40ac

Please sign in to comment.