Skip to content

Commit dfd7c78

Browse files
committed
[tests] Ensure ip is valid remote in OpenVPN backend #132
Closes #132
1 parent 8ae7642 commit dfd7c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openvpn/test_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_client_mode(self):
140140
"pull": True,
141141
"remote": [
142142
{"host": "vpn1.test.com", "port": 1194},
143-
{"host": "vpn2.test.com", "port": 1195},
143+
{"host": "176.9.43.231", "port": 1195},
144144
],
145145
"resolv_retry": "infinite",
146146
"script_security": 1,
@@ -184,7 +184,7 @@ def test_client_mode(self):
184184
proto tcp-client
185185
pull
186186
remote vpn1.test.com 1194
187-
remote vpn2.test.com 1195
187+
remote 176.9.43.231 1195
188188
resolv-retry infinite
189189
script-security 1
190190
status /var/log/openvpn.status 30

0 commit comments

Comments
 (0)