Skip to content

Commit 437d44b

Browse files
committed
Fix test
1 parent 560438f commit 437d44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ def test_remote_srv_withut_dns(self):
10451045
p = self.prun("-dns-ttl=0 -R=tcp://tcp.echo.server@srv-%d:0::2222" % (dns_port, ))
10461046
self.assertIn("Joininig", p.stderr_line())
10471047
self.assertIn("Opening tun ", p.stderr_line())
1048-
self.assertIn('[!] Failed to resolve bind address. dns lookup error of tcp addr: Failed to lookup SRV "tcp.echo.server"', p.stderr_line())
1048+
self.assertIn('[!] Failed to resolve bind address. dns lookup error of tcp addr: failed to lookup SRV "tcp.echo.server"', p.stderr_line())
10491049

10501050
p.close()
10511051
self.assertEqual(p.rc, 246, "exit code should be 246")

0 commit comments

Comments
 (0)