Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/assets/job_get_by_id_completed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<statusNote type="CountOfUsersAddedToGroup" value="5" text="Description of how many users were added to the group during the import." />More detail
</statusNotes>
</job>
</tsResponse>
</tsResponse>
1 change: 1 addition & 0 deletions test/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def test_wait_for_job_completed(self) -> None:
self.assertEqual(job_id, job.id)
self.assertListEqual(job.notes, ["Job detail notes"])


def test_wait_for_job_failed(self) -> None:
# Waiting for a failed job raises an exception
response_xml = read_xml_asset(GET_BY_ID_FAILED_XML)
Expand Down
Loading