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.
1 parent d735128 commit 2a8f915Copy full SHA for 2a8f915
tests/CLI/modules/ipsec_tests.py
@@ -298,7 +298,7 @@ def test_ipsec_subnet_add_remote(self):
298
account_mock.return_value = [{'id': 445, 'accountId': 999000}]
299
300
tunnel_mock = self.set_mock('SoftLayer_Network_Tunnel_Module_Context',
301
- 'addPrivateSubnetToNetworkTunnel')
+ 'addCustomerSubnetToNetworkTunnel')
302
tunnel_mock.return_value = True
303
304
subnet_mock = self.set_mock('SoftLayer_Network_Customer_Subnet',
0 commit comments