Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Nov 30, 2024
1 parent c473ff2 commit e0213c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def test_DnsResolver_with_dns_name() -> None:
"""Test DnsResolver resolves TXT record into proper instance connection name."""
resolver = DnsResolver()
resolver.port = 5053
result = await resolver.resolve(conn_str)
result = await resolver.resolve("db.example.com")
assert result == conn_name


Expand Down

0 comments on commit e0213c4

Please sign in to comment.