Skip to content

Commit

Permalink
test: Follow the configuration of servers used to test
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jan 12, 2024
1 parent 16db288 commit d1832f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tls/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ def test_error_receive_unexpected_server_reset_tcp(self, _, __):

def test_openvpn_tcp_client(self):
_, result = self.get_result(
'openvpntcp', 'vpn867075084.opengw.net', 443,
'openvpntcp', 'usa1.vpnjantit.com', 1194,
timeout=5, analyzer=AnalyzerDHParams()
)
self.assertEqual(result.dhparam.well_known, DHParamWellKnown.RFC2539_1024_BIT_MODP_GROUP)
Expand All @@ -1117,7 +1117,7 @@ def test_error_receive_unexpected_server_reset_udp(self, _, __):

def test_openvpn_udp_client(self):
_, result = self.get_result(
'openvpn', 'vpn867075084.opengw.net', 1194,
'openvpn', 'usa1.vpnjantit.com', 1194,
timeout=10, analyzer=AnalyzerDHParams()
)
self.assertEqual(result.dhparam.well_known, DHParamWellKnown.RFC2539_1024_BIT_MODP_GROUP)
Expand Down

0 comments on commit d1832f0

Please sign in to comment.