summaryrefslogtreecommitdiff
path: root/tests/format/optionos.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/optionos.py')
-rw-r--r--tests/format/optionos.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/format/optionos.py b/tests/format/optionos.py
index cb75db71f..b0f9cbd09 100644
--- a/tests/format/optionos.py
+++ b/tests/format/optionos.py
@@ -52,9 +52,7 @@ def test_unsupported_arch(cli, datafiles):
with override_platform_uname(system="AIX"):
project = os.path.join(datafiles.dirname, datafiles.basename, "option-os")
result = cli.run(
- project=project,
- silent=True,
- args=["show", "--deps", "none", "--format", "%{vars}", "element.bst"],
+ project=project, silent=True, args=["show", "--deps", "none", "--format", "%{vars}", "element.bst"],
)
result.assert_main_error(ErrorDomain.LOAD, LoadErrorReason.INVALID_DATA)