Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #133 from communitiesuk/bau-bump-utils
Browse files Browse the repository at this point in the history
BAU: bump utils
  • Loading branch information
gidsg authored Jul 19, 2024
2 parents bbf5fc9 + 835f099 commit 3763709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ flipper-client==1.3.2
# via
# -r requirements.txt
# funding-service-design-utils
funding-service-design-utils==4.0.1
funding-service-design-utils==4.0.2
# via -r requirements.txt
gitdb==4.0.10
# via gitpython
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ flask-wtf==1.1.1
# govuk-frontend-wtf
flipper-client==1.3.2
# via funding-service-design-utils
funding-service-design-utils==4.0.1
funding-service-design-utils==4.0.2
# via -r requirements.in
govuk-frontend-jinja==2.6.0
# via
Expand Down
5 changes: 4 additions & 1 deletion tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ def test_download_confirmation_page(flask_test_client):
def test_user_not_signed(unauthenticated_flask_test_client):
response = unauthenticated_flask_test_client.get("/request-received")
assert response.status_code == 302
assert response.location == "authenticator/sessions/sign-out?return_app=post-award-frontend"
assert (
response.location
== "authenticator/sessions/sign-out?return_app=post-award-frontend&return_path=%2Frequest-received" # noqa: E501
)


def test_download_file_exist(flask_test_client):
Expand Down

0 comments on commit 3763709

Please sign in to comment.