Fix self.fail() call in test_data_header
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py
index e99428f..b811930 100644
--- a/Lib/test/test_urllibnet.py
+++ b/Lib/test/test_urllibnet.py
@@ -185,7 +185,7 @@
             try:
                 time.strptime(datevalue, dateformat)
             except ValueError:
-                self.fail('Date value not in %r format', dateformat)
+                self.fail('Date value not in %r format' % dateformat)
 
     def test_reporthook(self):
         records = []