diff --git a/test/qa/lib/settings.py b/test/qa/lib/settings.py index 4fca5a60..7c7c847b 100644 --- a/test/qa/lib/settings.py +++ b/test/qa/lib/settings.py @@ -3,7 +3,7 @@ def get_server_ip() -> str: """Returns str with IP Address of the server from `nordvpn status`, that NordVPN client is currently connected to.""" - return sh.nordvpn.status().split('\n')[2].replace('IP: ', '') + return sh.nordvpn.status().split('\n')[3].replace('IP: ', '') def get_current_connection_protocol():