Skip to content

Commit e2e0b4e

Browse files
committed
Small fix
1 parent 062f160 commit e2e0b4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyatlan/client/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ def update_owner(self, workflow_name: str, username: str) -> WorkflowResponse:
410410
def monitor(
411411
self,
412412
workflow_response: Optional[WorkflowResponse] = None,
413-
workflow_name: Optional[str] = None,
414413
logger: Optional[Logger] = None,
414+
workflow_name: Optional[str] = None,
415415
) -> Optional[AtlanWorkflowPhase]:
416416
"""
417417
Monitor the status of the workflow's run.

tests/unit/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@
527527
],
528528
"instance of Logger expected",
529529
),
530-
([None, "test-logger"], "none is not an allowed value"),
531530
],
532531
"get_runs": [
533532
([[123], AtlanWorkflowPhase.RUNNING, 123, 456], "str type expected"),

0 commit comments

Comments
 (0)