From e4a7a1afc584ea3704f8394b6718fe19e449a304 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 3 Mar 2014 09:48:26 -0800 Subject: [PATCH] fix string muppetry --- appvalidator/testcases/webappbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appvalidator/testcases/webappbase.py b/appvalidator/testcases/webappbase.py index 25d834b..f730200 100644 --- a/appvalidator/testcases/webappbase.py +++ b/appvalidator/testcases/webappbase.py @@ -302,7 +302,7 @@ def test_icon(err, data, url, size): elif width != size: err.error( err_id=("resources", "icon", "size"), - error="Icon size %px does not match." % size, + error="Icon size %spx does not match." % size, description=["A downloaded icon was found to have a different " "width and height than the size that it said it " "was.",