diff --git a/projects/etos_suite_runner/tests/scenario/test_regular.py b/projects/etos_suite_runner/tests/scenario/test_regular.py index a1bf953..e15d522 100644 --- a/projects/etos_suite_runner/tests/scenario/test_regular.py +++ b/projects/etos_suite_runner/tests/scenario/test_regular.py @@ -379,7 +379,7 @@ def test_esr_without_recipes(self): ), "Verdict was not INCONCLUSIVE when test suite is empty" assert ( result.verdict == "Inconclusive" - ), "Vertdict was not INCONCLUSIVE when test suite is empty" + ), "Verdict was not INCONCLUSIVE when test suite is empty" finally: # If the _get_environment_status method in ESR does not time out before the test # finishes there will be loads of tracebacks in the log. Won't fail the test but