Skip to content

Commit

Permalink
test to match changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Oct 23, 2023
1 parent de4b7c5 commit 1cc9c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ def test_extend_deadline_when_busy(module_client, boto3_session):
in response.json["message"]
)
assert (
"Please try again later. \n\nIf you know the project is not busy, contact support."
"Please try again later. \n\nIf you know that the project is not busy, contact support."
in response.json["message"]
)

Expand Down Expand Up @@ -1302,7 +1302,7 @@ def test_extend_deadline_bad_new_deadline(module_client, boto3_session):
)
assert response.status_code == http.HTTPStatus.BAD_REQUEST
assert (
"The deadline atribute passed should be of type Int (i.e a number)."
"The deadline attribute passed should be of type Int (i.e a number)."
in response.json["message"]
)

Expand Down

0 comments on commit 1cc9c4d

Please sign in to comment.