Skip to content

Commit 47a88da

Browse files
committed
Separate response count listing and assertions
- Legacy-Id: 232
1 parent fbcd9ed commit 47a88da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ def testUrlsFallback(self):
116116
print "testUrlsFallback() response count:\n code count"
117117
for code in response_count:
118118
print " %s: %s " % (code, response_count[code])
119+
for code in response_count:
119120
if str(code) != "200":
120121
self.assertEqual(response_count[code], 0)

0 commit comments

Comments
 (0)