Merge pull request #3042 from jramosf/patch-2
Remove f from non-f string
This commit is contained in:
commit
4fd1d7d957
|
@ -91,7 +91,7 @@ class TestPowerdns(unittest.TestCase):
|
|||
"token": token,
|
||||
"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 = {
|
||||
"rrsets": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue