Fix tests

This commit is contained in:
rubenwardy 2023-06-18 22:30:13 +01:00
parent d808a5c822
commit 0ddf498285
2 changed files with 2 additions and 2 deletions

@ -8,7 +8,7 @@
<h1>{{ self.title() }}</h1>
<p>
{{ _("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.") }}</p>
<p>

@ -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"