Forráskód Böngészése

Remove redundant ( (#3828)

Matheus Rocha Vieira 7 éve
szülő
commit
08c635e113
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      toolset/benchmark/test_types/plaintext_type.py

+ 1 - 1
toolset/benchmark/test_types/plaintext_type.py

@@ -36,7 +36,7 @@ class PlaintextTestType(FrameworkTestType):
                 ('warn',
                  ("Server is returning %s more bytes than are required. "
                   "This may negatively affect benchmark performance." %
-                  (extra_bytes)), url))
+                  extra_bytes), url))
 
         problems += verify_headers(headers, url, should_be='plaintext')