diff --git a/batchspawner/tests/test_spawners.py b/batchspawner/tests/test_spawners.py index 2416680f..8cb970fd 100644 --- a/batchspawner/tests/test_spawners.py +++ b/batchspawner/tests/test_spawners.py @@ -560,6 +560,7 @@ def test_condor(db, io_loop): "req_nprocs": "5", "req_memory": "5678", "req_options": "some_option_asdf", + "connect_to_job_cmd": "", } batch_script_re_list = [ re.compile(r"exec batchspawner-singleuser singleuser_command"),