Commit 45b9dc63 authored by Rafael Monnerat's avatar Rafael Monnerat

Fixup typo

parent 25e8ffcc
Pipeline #10866 failed with stage
in 0 seconds
...@@ -53,7 +53,6 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -53,7 +53,6 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
product = test_path.split(os.sep)[-3] product = test_path.split(os.sep)[-3]
if not product in self._bt_list: if not product in self._bt_list:
continue continue
continue
test_list.append(test_case) test_list.append(test_case)
return test_list return test_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment