Skip to content

Commit ca0aadc

Browse files
committed
Remove duplicate test_modify_ip
1 parent f9c8aa1 commit ca0aadc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_ip_manager.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ def test_modify_ip_oop(self, manager):
3333

3434
assert ip_addr.ptr_record == 'my.ptr.record'
3535

36-
@responses.activate
37-
def test_modify_ip(self, manager):
38-
data = Mock.mock_put('ip_address/10.1.0.101')
39-
ip_addr = manager.modify_ip('10.1.0.101', ptr_record='my.ptr.record')
40-
41-
assert ip_addr.ptr_record == 'my.ptr.record'
42-
4336
@responses.activate
4437
def test_modify_ip(self, manager):
4538
data = Mock.mock_put('ip_address/10.1.0.101')

0 commit comments

Comments
 (0)