Skip to content

Commit

Permalink
Fixed UrlHaus test
Browse files Browse the repository at this point in the history
  • Loading branch information
zbalkan committed Feb 28, 2024
1 parent 07312f4 commit c97074f
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 c97074f

Please sign in to comment.