test: minor fix, missing format string

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2026-02-24 06:59:30 +01:00
parent a844ba7d8c
commit 2abee79c18
+1 -1
View File
@@ -28,7 +28,7 @@ with infamy.Test() as test:
left = env.attach("left", "mgmt")
right = env.attach("right", "mgmt")
with test.step("Configure DUTs with tunnel {tunnel}"):
with test.step(f"Configure DUTs with tunnel {tunnel}"):
container_left4 = {
"local": "192.168.50.1",
"remote": "192.168.50.2"