Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Apr 4, 2024
1 parent 93d527b commit 53c7cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def test_modules_missing_tags_yml(self):
assert len(module_lint.warned) >= 0
assert module_lint.failed[0].lint_test == "test_tags_yml_exists"
# cleanup
Path(tags_path.parent / "tags.yml").rename(tags_path.parent / "tags.yml")
Path(tags_path.parent / "tags.yml.bak").rename(tags_path.parent / "tags.yml")


def test_modules_incorrect_tags_yml_key(self):
Expand Down

0 comments on commit 53c7cda

Please sign in to comment.