mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
dns: fix typo in tests
This commit is contained in:
parent
c8a28882b7
commit
7655b7b7c3
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue