mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2025-12-22 09:27:53 +00:00
5 lines
136 B
Python
5 lines
136 B
Python
def test_zones_exist(resolver) -> None:
|
|
answer = resolver.resolve('host-1.bitchmints.com')
|
|
|
|
assert answer.address == '10.1.1.1'
|