Skip to content

Commit

Permalink
Fixed UrlHaus test (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbalkan authored Mar 3, 2024
1 parent 07312f4 commit f2b0a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def shodan_get_ip(ip, pool) -> ShodanIp:
return ShodanIp.model_validate(pool[ip])


def urlhaus_get_host(entity, pool) -> ShodanIp:
def urlhaus_get_host(entity, pool) -> UrlHaus:
""" Mock replacement for Urlhaus()._get_host() """
return UrlHaus.model_validate(pool[entity])

Expand Down

0 comments on commit f2b0a50

Please sign in to comment.