Fix failing unit test

This commit is contained in:
rubenwardy 2022-10-13 19:27:18 +01:00
parent cb443a2d15
commit e2af9893ce

@ -4,7 +4,7 @@ from app.utils.git import get_latest_tag, get_latest_commit, clone_repo
test_repo = "https://gitlab.com/rubenwardy/testmod" test_repo = "https://gitlab.com/rubenwardy/testmod"
master_head = "3df40453cd6bb14a069f109b0cc7bbbc275c445c" master_head = "7d25b4388717cddeae57efc4acae326fb68e69fe"
test_branch_head = "51b54f00c3b3d712417a1cc4bfaa6cbdc7aac3fc" test_branch_head = "51b54f00c3b3d712417a1cc4bfaa6cbdc7aac3fc"
v4_commit = "c07d27c3a466d2102d1ba5473d172c74e6b3e0d7" v4_commit = "c07d27c3a466d2102d1ba5473d172c74e6b3e0d7"
random_commit = "84a2e53ff046eacbdbb80f3a00c58510885fefca" random_commit = "84a2e53ff046eacbdbb80f3a00c58510885fefca"