Skip to content

Commit 2a8f915

Browse files
author
Robert Poskevich III
committed
Correcting for wrong mocked endpoint in add remote subnet unit test
1 parent d735128 commit 2a8f915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/ipsec_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def test_ipsec_subnet_add_remote(self):
298298
account_mock.return_value = [{'id': 445, 'accountId': 999000}]
299299

300300
tunnel_mock = self.set_mock('SoftLayer_Network_Tunnel_Module_Context',
301-
'addPrivateSubnetToNetworkTunnel')
301+
'addCustomerSubnetToNetworkTunnel')
302302
tunnel_mock.return_value = True
303303

304304
subnet_mock = self.set_mock('SoftLayer_Network_Customer_Subnet',

0 commit comments

Comments
 (0)