Update dependencies and fix E2E test

This changeset updates a couple of dependencies flagged by Dependabot and fixes an end-to-end test that needed to be updated with the one-off send filename changes.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-31 12:09:22 -04:00
parent fc29871b57
commit 8c85d99449
3 changed files with 10 additions and 12 deletions

View File

@@ -191,7 +191,7 @@ def handle_no_existing_template_case(page):
in content
)
assert "12025555555" in content
assert "one-off-e2e_test_user" in content
assert "one-off-" in content
os.remove("download_test_file")