diff --git a/tests/test_tenks_wait_for_resources.py b/tests/test_tenks_wait_for_resources.py index 049c60e..b9a8851 100644 --- a/tests/test_tenks_wait_for_resources.py +++ b/tests/test_tenks_wait_for_resources.py @@ -344,7 +344,7 @@ def create_run_cmd(providers, inventories, traits): elif "resource provider inventory list" in args[1]: return pop_output(inventories) else: - raise ValueError("{} not expected", args) + raise ValueError("{} not expected" % args) return dummy_run_command