We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60800b1 + c989bad commit 2026ffdCopy full SHA for 2026ffd
neutronclient/tests/unit/test_cli20_network.py
@@ -466,7 +466,7 @@ def test_delete_network(self):
466
def _test_extend_list(self, mox_calls):
467
data = [{'id': 'netid%d' % i, 'name': 'net%d' % i,
468
'subnets': ['mysubid%d' % i]}
469
- for i in range(0, 10)]
+ for i in range(10)]
470
self.mox.StubOutWithMock(self.client.httpclient, "request")
471
path = getattr(self.client, 'subnets_path')
472
cmd = network.ListNetwork(test_cli20.MyApp(sys.stdout), None)
0 commit comments