We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4109662 + 464dcc0 commit e466831Copy full SHA for e466831
src/pytest_ansible_network_integration/__init__.py
@@ -278,8 +278,8 @@ def ansible_project(
278
inventory=inventory_path,
279
directory=tmp_path,
280
role=integration_test_path.name,
281
- log_file=Path.home() / "test_logs" / "{integration_test_path.name}.log",
282
- playbook_artifact=Path.home() / "test_logs" / "{integration_test_path.name}.json",
+ log_file=Path.home() / "test_logs" / f"{integration_test_path.name}.log",
+ playbook_artifact=Path.home() / "test_logs" / f"{integration_test_path.name}.json",
283
)
284
285
0 commit comments