Skip to content

Commit

Permalink
Update tests/whois_domain_agent_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Muffins <[email protected]>
  • Loading branch information
oussamaessaji and rabsondev authored Aug 13, 2024
1 parent 0abc7f3 commit 61815ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/whois_domain_agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def testAgentWhois_whenDomainNameAssetInvalidTLD_emitsMessages(
assert "electrohold.bg" in agent_mock[0].data["name"]


def testAgentWhois_whenConnectionError_shouldNotCrash(
def testAgentWhois_whenConnectionError_shouldRetry(
scan_message: message.Message,
test_agent: whois_domain_agent.AgentWhoisDomain,
agent_persist_mock: Any,
Expand Down

0 comments on commit 61815ef

Please sign in to comment.