Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Jul 5, 2023
1 parent 33f6227 commit c9d2b51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions st2tests/integration/orquesta/test_wiring_error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@


class ErrorHandlingTest(base.TestWorkflowExecution):

def error_inspect(self, ex, expected_errors):
errors = []
for i in ex.result.get("errors"):
Expand Down Expand Up @@ -96,7 +95,6 @@ def test_input_error(self):
self.assertEqual(ex.status, ac_const.LIVEACTION_STATUS_FAILED)
self.error_inspect(ex, expected_errors)


def test_vars_error(self):
expected_errors = [
{
Expand Down

0 comments on commit c9d2b51

Please sign in to comment.