Skip to content

Commit

Permalink
Remove unused method for removing workflow test GUID from Workflows c…
Browse files Browse the repository at this point in the history
…lass
  • Loading branch information
kooomix committed Feb 4, 2025
1 parent 406c313 commit 2a61e77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests_scripts/workflows/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def create_and_assert_workflow(self, workflow_body, expected_response, update=Fa
def add_workflow_test_guid(self, workflow_guid):
self.test_workflows_guids.append(workflow_guid)

def remove_workflow_test_guid(self, workflow_guid):
self.test_workflows_guids.remove(workflow_guid)

def return_workflow_guid(self, workflow_name):
workflows = self.backend.get_workflows()["response"]
Expand All @@ -71,4 +69,3 @@ def delete_and_assert_workflow(self, workflow_guid):
break

assert not found, f"Expected workflow with guid {workflow_guid} to be deleted, but it still exists, got {res['response']} workflows"
self.remove_workflow_test_guid(workflow_guid)

0 comments on commit 2a61e77

Please sign in to comment.