Skip to content

Commit 472e15d

Browse files
authored
Fix typo
1 parent 8ac223d commit 472e15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_broken_ansible_cfg() -> None:
135135

136136
@pytest.mark.parametrize("tested_path", ("/app/bin/", "/app/bin"))
137137
def test_path_inject(mocker: MockerFixture, tested_path: str) -> None:
138-
"""Asserts PATH is not changed when it contains paths with trailing slashes"""
138+
"""Asserts PATH is not changed when it contains paths with trailing slashes."""
139139
own_location = Path(tested_path) / "ansible-lint"
140140

141141
# ensure inject_paths is empty before searching around "own_location"

0 commit comments

Comments
 (0)