We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f834b89 commit d450457Copy full SHA for d450457
test/asynchronous/test_dns.py
@@ -110,7 +110,7 @@ async def run_test(self):
110
hosts = frozenset(split_hosts(",".join(hosts)))
111
112
if seeds or num_seeds:
113
- result = parse_uri(uri, validate=True)
+ result = await parse_uri(uri, validate=True)
114
if seeds is not None:
115
self.assertEqual(sorted(result["nodelist"]), sorted(seeds))
116
if num_seeds is not None:
0 commit comments