From 0ddf4982850f6586a4ea26ce805302a8b477c92f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 18 Jun 2023 22:30:13 +0100 Subject: [PATCH] Fix tests --- app/templates/users/email_sent.html | 2 +- app/tests/unit/test_git.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/users/email_sent.html b/app/templates/users/email_sent.html index 35691bd0..6d1bd76e 100644 --- a/app/templates/users/email_sent.html +++ b/app/templates/users/email_sent.html @@ -8,7 +8,7 @@

{{ self.title() }}

- {{ _("We've emailed the address you specified.") }} + {{ _("We've sent an email to the address you specified.") }} {{ _("You'll need to click the link in the email to confirm it.") }}

diff --git a/app/tests/unit/test_git.py b/app/tests/unit/test_git.py index 75406a38..3a970bbf 100644 --- a/app/tests/unit/test_git.py +++ b/app/tests/unit/test_git.py @@ -4,7 +4,7 @@ from app.utils.git import get_latest_tag, get_latest_commit, clone_repo test_repo = "https://gitlab.com/rubenwardy/testmod" -master_head = "7d25b4388717cddeae57efc4acae326fb68e69fe" +master_head = "87b11d91d84aea1f867ed1732afeb27cefd01078" test_branch_head = "51b54f00c3b3d712417a1cc4bfaa6cbdc7aac3fc" v4_commit = "c07d27c3a466d2102d1ba5473d172c74e6b3e0d7" random_commit = "84a2e53ff046eacbdbb80f3a00c58510885fefca"