Skip to content

Commit 94dfc09

Browse files
TimPansinogithub-actions[bot]
authored andcommitted
[Mega-Linter] Apply linters fixes
1 parent e3b3131 commit 94dfc09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/agent_features/test_configuration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,9 @@ def test_toml_parse_production():
10601060
assert value.enabled is False
10611061

10621062

1063-
@pytest.mark.parametrize("pathtype", [str, lambda s: s.encode("utf-8"), pathlib.Path], ids=["str", "bytes", "pathlib.Path"])
1063+
@pytest.mark.parametrize(
1064+
"pathtype", [str, lambda s: s.encode("utf-8"), pathlib.Path], ids=["str", "bytes", "pathlib.Path"]
1065+
)
10641066
def test_config_file_path_types(pathtype):
10651067
settings = global_settings()
10661068
_reset_configuration_done()

0 commit comments

Comments
 (0)