Merge branch 'master' into patch-1
This commit is contained in:
commit
e0c2f4274e
|
@ -91,7 +91,7 @@ class TestPowerdns(unittest.TestCase):
|
||||||
"token": token,
|
"token": token,
|
||||||
"message": "TXT record(s) successfully created"
|
"message": "TXT record(s) successfully created"
|
||||||
}
|
}
|
||||||
expected_path = f"/api/v1/servers/localhost/zones/test.example.com."
|
expected_path = "/api/v1/servers/localhost/zones/test.example.com."
|
||||||
expected_payload = {
|
expected_payload = {
|
||||||
"rrsets": [
|
"rrsets": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue