Skip to content

Commit

Permalink
feat: add test scheduler not found status code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoheiser committed Jan 9, 2025
1 parent 65d29d4 commit 69f9918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_scheduler/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def test_get_schedule_for_none_existing_schedule():
err = exc.value.response["Error"]
assert err["Code"] == "ResourceNotFoundException"
assert err["Message"] == "Schedule my-schedule does not exist."
assert exc.value.response["ResponseMetadata"]["HTTPStatusCode"] == 404


@mock_aws
Expand Down

0 comments on commit 69f9918

Please sign in to comment.