Skip to content

Commit 1a24124

Browse files
committed
Fix test method name.
1 parent 147f569 commit 1a24124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix: ${{ fromJson(needs.pre.outputs.matrix) }}
4848

4949
env:
50-
PYTEST_REQPASS: 452
50+
PYTEST_REQPASS: 453
5151
environment: test
5252
steps:
5353
- uses: actions/checkout@v4

test/a_unit/provisioner/test_ansible.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def test_get_filter_plugins_directories_default(_instance, monkeypatch):
762762
assert re.search(r"/usr/share/ansible/plugins/filter$", paths[4])
763763

764764

765-
def tes_get_filter_plugins_directories_single_ansible_filter_plugins(
765+
def test_get_filter_plugins_directories_single_ansible_filter_plugins(
766766
_instance,
767767
monkeypatch,
768768
):

0 commit comments

Comments
 (0)