Skip to content

Commit 435f5d8

Browse files
authored
Fix variable name in test for remote processing
1 parent bcfcc83 commit 435f5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_process_from_remote_error_handling(
235235
worker.use_callback = True
236236
worker.setup()
237237
worker.slp.process_from_remote(("<nonono>", {}))
238-
out, err = capsys.readouterr()
238+
out, _err = capsys.readouterr()
239239
assert "INTERNALERROR> ValueError: unknown event: <nonono>" in out
240240
ev = worker.popevent()
241241
assert ev.name == "errordown"

0 commit comments

Comments
 (0)