Fix typo in run_sl_tests_json
Change-Id: I6bb45deeeef6270da9cc4e9f576545296c519468
diff --git a/tcp_tests/managers/sl_manager.py b/tcp_tests/managers/sl_manager.py
index 7a94345..ba45e16 100644
--- a/tcp_tests/managers/sl_manager.py
+++ b/tcp_tests/managers/sl_manager.py
@@ -134,7 +134,7 @@
"cd {tests_path}; "
"export VOLUME_STATUS='available';"
"pip install pytest-json;"
- "pytest --json=report.json {reruns} {reruns_delay}"
+ "pytest --json=report.json {reruns} {reruns_delay} "
"-k {skip_tests} {test_to_run}".format(**{
"tests_path": tests_path,
"skip_tests": ("'not " + skip_tests + "'"