Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jan 12, 2025
1 parent 560438f commit 437d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def test_remote_srv_withut_dns(self):
p = self.prun("-dns-ttl=0 -R=tcp://tcp.echo.server@srv-%d:0::2222" % (dns_port, ))
self.assertIn("Joininig", p.stderr_line())
self.assertIn("Opening tun ", p.stderr_line())
self.assertIn('[!] Failed to resolve bind address. dns lookup error of tcp addr: Failed to lookup SRV "tcp.echo.server"', p.stderr_line())
self.assertIn('[!] Failed to resolve bind address. dns lookup error of tcp addr: failed to lookup SRV "tcp.echo.server"', p.stderr_line())

p.close()
self.assertEqual(p.rc, 246, "exit code should be 246")
Expand Down

0 comments on commit 437d44b

Please sign in to comment.