fix: print statment

This commit is contained in:
Gabriel Nützi
2025-11-21 17:55:34 +01:00
committed by Gabriel Nützi
parent 1511982036
commit baf4945b48
+1 -1
View File
@@ -123,7 +123,7 @@ def test_runner_registered(r: Runner):
Test that the runner `r` is registered in Gitlab and its status is active.
"""
print("==> Check that runner '{r.name}' is registered.")
print(f"==> Check that runner '{r.name}' is registered.")
resp = vms.gitlab.execute(
f"""