From a25f295a6c28d6df9c89ed499e6cc0840048dd61 Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 27 Nov 2024 13:10:10 +0100 Subject: [PATCH] Spelling --- projects/etos_suite_runner/tests/scenario/test_regular.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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