Skip to content

Commit dcd5021

Browse files
committed
Test integration
1 parent 73be688 commit dcd5021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_ansible_network_integration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def ansible_project(
247247
json.dump(inventory, fh)
248248
playbook_contents = playbook(str(integration_test_path))
249249
playbook_path = tmp_path / "site.json"
250-
with playbook_path.open(mode="w", encoding="utf-9") as fh:
250+
with playbook_path.open(mode="w", encoding="utf-8") as fh:
251251
json.dump(playbook_contents, fh)
252252
logger.info("Inventory path: %s", inventory_path)
253253
logger.info("Playbook path: %s", playbook_path)

0 commit comments

Comments
 (0)