Files
bitchmin/bitchmin-server/tests/test_lookups.py
Fergal Moran 7d242820cd armv7 build
2020-11-14 21:38:13 +00:00

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'