diff --git a/src/python_testing/TC_TSTAT_4_2.py b/src/python_testing/TC_TSTAT_4_2.py index dbe626ae4fc338..bac1ab0158d259 100644 --- a/src/python_testing/TC_TSTAT_4_2.py +++ b/src/python_testing/TC_TSTAT_4_2.py @@ -478,8 +478,8 @@ async def test_TC_TSTAT_4_2(self): foundMatchingScenario = False for presetType in presetTypes: if presetType.presetScenario == scenario: - foundMatchingScenario = True - break + foundMatchingScenario = True + break if foundMatchingScenario == False: scenarioNotPresent = scenario break