Remove f from non-f string

This commit is contained in:
Javier Ramos 2020-07-02 16:48:41 +02:00 committed by GitHub
parent 5870ff4713
commit aa11088944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": [
{