From de90a70eead0df7992ae78a24af2afab6fc6e954 Mon Sep 17 00:00:00 2001 From: Mateusz Masiarz Date: Wed, 6 Sep 2023 18:19:33 +0200 Subject: [PATCH] Fix tests --- sio/workers/test/test_executors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sio/workers/test/test_executors.py b/sio/workers/test/test_executors.py index 233a20f..995c49d 100644 --- a/sio/workers/test/test_executors.py +++ b/sio/workers/test/test_executors.py @@ -449,6 +449,7 @@ def test_inwer(inwer, in_file, use_sandboxes, callback): with TemporaryCwd(): env = { 'in_file': in_file, + 'in_file_name': os.path.basename(in_file), 'exe_file': inwer_bin, 'use_sandboxes': use_sandboxes, 'inwer_output_limit': SMALL_OUTPUT_LIMIT,