Skip to content
Snippets Groups Projects
Verified Commit c5da9aba authored by Antoine Lambert's avatar Antoine Lambert
Browse files

tests/test_cli: Fix flake8 warnings

parent 00a9a9d9
No related branches found
No related tags found
No related merge requests found
Pipeline #13292 passed
......@@ -71,7 +71,7 @@ def test_cook_directory(bundle_type, cooker_name_suffix, swhid_type, mocker):
runner = click.testing.CliRunner()
swhid = CoreSWHID.from_string(f"swh:1:{swhid_type}:{'0'*40}")
swhid = CoreSWHID.from_string(f"swh:1:{swhid_type}:{'0' * 40}")
with tempfile.NamedTemporaryFile("a", suffix=".yml") as config_fd:
config_fd.write('{"storage": {}}')
......@@ -81,7 +81,7 @@ def test_cook_directory(bundle_type, cooker_name_suffix, swhid_type, mocker):
vault_cli_group,
[
"cook",
f"swh:1:{swhid_type}:{'0'*40}",
f"swh:1:{swhid_type}:{'0' * 40}",
"-",
"-C",
config_fd.name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment