Skip to content

Commit 1ec697c

Browse files
committed
Slightly better 'skip' messages from ietf/tests.py
- Legacy-Id: 354
1 parent 3b72993 commit 1ec697c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ def testUrlsFallback(self):
242242
else:
243243
print "Test exists for %s" % (url)
244244
else:
245-
lst.append((["Skip"], url, None))
245+
lst.append((["Skip"], pattern, None))
246246

247247
self.doUrlsTest(lst)

0 commit comments

Comments
 (0)