Skip to content

Commit

Permalink
Update test_workflow_client_intg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Dec 29, 2023
1 parent f6451d9 commit d158e08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_workflow_client_intg.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ class TestOrkesWorkflowClientIntg(unittest.TestCase):

@classmethod
def setUpClass(cls):
configuration = Configuration("http://localhost:8080/api")
cls.workflow_client = OrkesWorkflowClient(configuration)
cls.config = get_configuration()
cls.workflow_client = OrkesWorkflowClient(cls.config)
logger.info(f'setting up TestOrkesWorkflowClientIntg with config {cls.config}')

def test_all(self):
Expand Down

0 comments on commit d158e08

Please sign in to comment.