Skip to content

Commit

Permalink
Remove mock of RANDOM_UPLOAD_INTERVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara authored Jun 22, 2022
1 parent 99b8fe7 commit a7fb144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def mock_modules_apart_config(monkeypatch):
monkeypatch.setattr(main, 'Server', MockServer)
monkeypatch.setattr(main, 'Camera', MockCamera)
monkeypatch.setattr(main, 'WAIT_AFTER_CAMERA_FAIL', 1)
monkeypatch.setattr(server.server, 'RANDOM_UPLOAD_INTERVAL', 0)
monkeypatch.setattr(utils, "sleep", lambda *a, **k: None)


Expand Down

0 comments on commit a7fb144

Please # to comment.