Merge "Use a string multiplier instead of 59 repetitions"
This commit is contained in:
commit
8d3d5bf570
@ -281,7 +281,7 @@ class TestAttributes(base.BaseTestCase):
|
|||||||
['www.hostname.com', 'www.hostname.com'],
|
['www.hostname.com', 'www.hostname.com'],
|
||||||
['77.hostname.com'],
|
['77.hostname.com'],
|
||||||
['1000.0.0.1'],
|
['1000.0.0.1'],
|
||||||
['111111111111111111111111111111111111111111111111111111111111'], # noqa
|
['1' * 59],
|
||||||
None]
|
None]
|
||||||
|
|
||||||
for ns in ns_pools:
|
for ns in ns_pools:
|
||||||
|
Loading…
Reference in New Issue
Block a user