Skip to content

Commit

Permalink
Fix update checker tests #1566
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ea4d47)
  • Loading branch information
dennissiemensma committed Jan 31, 2022
1 parent bd26cee commit 8048d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsmr_backend/tests/services/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,12 @@ class TestIslatestVersion(TestCase):
response_same_branch_unchanged = [
{
# Lowest in branch
"tag_name": "v{}.0.0".format(settings.DSMRREADER_MAIN_BRANCH),
"tag_name": "{}.0.0".format(settings.DSMRREADER_MAIN_BRANCH),
"prerelease": False,
"draft": False,
},
{
# Current in branch
# Same in branch
"tag_name": '{}.{}.{}'.format(* settings.DSMRREADER_RAW_VERSION[:3]),
"prerelease": False,
"draft": False,
Expand Down

0 comments on commit 8048d67

Please sign in to comment.