Skip to content
Snippets Groups Projects
Commit f4065cb4 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix test

parent a4d02952
No related branches found
No related tags found
1 merge request!4L2SS-2098: Fix various issues happening during renewal
Pipeline #103863 passed with warnings
Pipeline: Cryptocoryne

#103864

    ...@@ -39,7 +39,7 @@ class TestDnsClient(TestCase): ...@@ -39,7 +39,7 @@ class TestDnsClient(TestCase):
    desec_client_mock.get_authoritative_domain.assert_called_once_with( desec_client_mock.get_authoritative_domain.assert_called_once_with(
    "verify.lofar.net" "verify.lofar.net"
    ) )
    desec_client_mock.change_record.assert_called_once_with( desec_client_mock.add_record.assert_called_once_with(
    "lofar.net", "TXT", "verify", ['"token"'] "lofar.net", "TXT", "verify", ['"token"']
    ) )
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment