Skip to content

Commit

Permalink
Fix test method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
expeehaa committed Apr 12, 2024
1 parent 147f569 commit 4092cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/a_unit/provisioner/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def test_get_filter_plugins_directories_default(_instance, monkeypatch):
assert re.search(r"/usr/share/ansible/plugins/filter$", paths[4])


def tes_get_filter_plugins_directories_single_ansible_filter_plugins(
def test_get_filter_plugins_directories_single_ansible_filter_plugins(
_instance,
monkeypatch,
):
Expand Down

0 comments on commit 4092cc4

Please sign in to comment.