Skip to content

Commit 897333b

Browse files
test(rq): Remove accidentally-committed print (#3712)
#3708 got auto-merged before I had the chance to remove this print statement.
1 parent 4c1367b commit 897333b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/rq/test_rq.py

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def _patch_rq_get_server_version(monkeypatch):
3535

3636

3737
def crashing_job(foo):
38-
print("RUNNING CRASHING JOB")
3938
1 / 0
4039

4140

0 commit comments

Comments
 (0)