Skip to content

Commit ad5f334

Browse files
committed
Added encoding to fix failing test
1 parent 614b347 commit ad5f334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansiblelint/testing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,5 @@ def run_ansible_lint(
155155
cwd=cwd,
156156
env=_env,
157157
text=True,
158+
encoding="utf-8"
158159
)

0 commit comments

Comments
 (0)