diff --git a/src/python_testing/TC_DRLK_2_9.py b/src/python_testing/TC_DRLK_2_9.py index 70767a3bf2bffa..a835ddf8adc79d 100644 --- a/src/python_testing/TC_DRLK_2_9.py +++ b/src/python_testing/TC_DRLK_2_9.py @@ -131,7 +131,7 @@ def steps_TC_DRLK_2_9(self) -> list[TestStep]: TestStep("29", "TH sends ClearUser Command to DUT.", "Verify that the DUT sends SUCCESS response."), TestStep("30", "TH sends ClearAliroReaderConfig Command to DUT.", - "Verify that the DUT sends SUCCESS response."),] + "Verify that the DUT sends SUCCESS response."), ] return steps