diff --git a/tests/test_host_migration.py b/tests/test_host_migration.py index 3536f15c5..a95802001 100644 --- a/tests/test_host_migration.py +++ b/tests/test_host_migration.py @@ -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: