Skip to content

Commit

Permalink
unit test error code adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
alhumaw authored and jshcodes committed Jul 24, 2024
1 parent 8616c02 commit 99c9683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_host_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
auth = Authorization.TestAuthorization()
config = auth.getConfigObject()
falcon = HostMigration(auth_object=config)
AllowedResponses = [600]
AllowedResponses = [200, 201, 207, 400, 404, 429, 500]


class TestHostMigration:
Expand Down

0 comments on commit 99c9683

Please sign in to comment.