Skip to content

Commit

Permalink
test_validate_index_alias.py: Fixed name of one of the tests / functions
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
  • Loading branch information
olehermanse committed Dec 12, 2023
1 parent 8a7ca28 commit ba459ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate_index_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_valid_index_with_alias():
assert r == 0


def test_valid_index_with_alias():
def test_invalid_index_with_alias():
filename = "./tmp-cfbs.json"
with open(filename, "w") as f:
f.write(pretty(INDEX_ALIAS_INVALID))
Expand Down

0 comments on commit ba459ce

Please sign in to comment.