Skip to content

Commit

Permalink
list append error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 11, 2024
1 parent 7481f37 commit 69400c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_failed_tests(self, test_requests):
for test in test_requests:
test_result = self._poll_for_test_result(test['id'])
if test_result == False:
failed_tests.add(test)
failed_tests.append(test)

return failed_tests

Expand Down

0 comments on commit 69400c1

Please sign in to comment.