dns: fix typo in tests

This commit is contained in:
Alexandre Aubin 2021-09-17 00:47:16 +02:00
parent c8a28882b7
commit 7655b7b7c3

View file

@ -58,7 +58,7 @@ def test_magic_guess_registrar_yunodyndns():
@pytest.fixture
def example_domain():
domain_add("example.tld")
yield "example_tld"
yield "example.tld"
domain_remove("example.tld")