summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/expanded.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/expanded.py')
-rw-r--r--tests/features/steps/expanded.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/steps/expanded.py b/tests/features/steps/expanded.py
index f34fcf0..265ea39 100644
--- a/tests/features/steps/expanded.py
+++ b/tests/features/steps/expanded.py
@@ -31,7 +31,7 @@ def step_prepare_data(context):
@when("we set expanded {mode}")
def step_set_expanded(context, mode):
"""Set expanded to mode."""
- context.cli.sendline("\\" + "x {}".format(mode))
+ context.cli.sendline("\\" + f"x {mode}")
wrappers.expect_exact(context, "Expanded display is", timeout=2)
wrappers.wait_prompt(context)