Merge "Use a string multiplier instead of 59 repetitions"

This commit is contained in:
Jenkins 2014-11-20 09:23:16 +00:00 committed by Gerrit Code Review
commit 8d3d5bf570

View File

@ -281,7 +281,7 @@ class TestAttributes(base.BaseTestCase):
['www.hostname.com', 'www.hostname.com'],
['77.hostname.com'],
['1000.0.0.1'],
['111111111111111111111111111111111111111111111111111111111111'], # noqa
['1' * 59],
None]
for ns in ns_pools: