Skip to content

Commit 8ea87f7

Browse files
Update subnet_tests.py
1 parent 0f38030 commit 8ea87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/subnet_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_detail(self):
2020
subnet = json.loads(result.output)
2121
self.assert_no_fail(result)
2222
self.assertEqual(subnet.get('id'), 1234)
23-
self.assertEqual(subnet.get('identifier'),'1.2.3.4/26')
23+
self.assertEqual(subnet.get('identifier'), '1.2.3.4/26')
2424

2525
def test_list(self):
2626
result = self.run_command(['subnet', 'list'])

0 commit comments

Comments
 (0)