Skip to content

Commit

Permalink
[tests]: Fix test_tcp_lookup failure by using an invalid FQDN
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jul 24, 2016
1 parent c9b9eb0 commit dd0f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/test_tcp.py
Expand Up @@ -340,7 +340,7 @@ def test_tcp_lookup_failure(manager, watcher, Poller, ipv6):
try:
assert watcher.wait("ready", "client")

client.fire(connect("foo", 1234))
client.fire(connect("foo.bar.baz", 1234))
assert watcher.wait("error", "client")

if pytest.PLATFORM == "win32":
Expand Down

0 comments on commit dd0f3fa

Please sign in to comment.