diff options
Diffstat (limited to 'tests/test_verify.py')
-rw-r--r-- | tests/test_verify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_verify.py b/tests/test_verify.py index 7875d06..4789311 100644 --- a/tests/test_verify.py +++ b/tests/test_verify.py @@ -42,7 +42,7 @@ def test_compare(): status, reason = compare(load_release_ident(a), load_release_ident(b)) if not expected_status or expected_status.lower() == "todo": logger.warning( - "skipping test {base}/release/{a} {base}/release/{b} -- no result defined (we think {status}, {reason})" + "skipping test {base}release/{a} {base}release/{b} -- no result defined (we think {status}, {reason})" .format(a=a, b=b, base=FATCAT_BASE_URL, status=status, reason=reason)) continue assert status_mapping[expected_status] == status, "status: want {}, got {} for {} {}".format( |