1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

f-strings for the rest of the tests

This commit is contained in:
Ross McFarland
2021-09-16 19:55:22 -07:00
parent 9156bdaea0
commit 775917f4b9
12 changed files with 55 additions and 73 deletions

View File

@@ -129,7 +129,7 @@ class TestOwnershipProcessor(TestCase):
# two delete changes.
the_a = records['the-a']
plan.existing.add_record(the_a)
name = '{}.a.the-a'.format(ownership.txt_name)
name = f'{ownership.txt_name}.a.the-a'
the_a_ownership = Record.new(zone, name, {
'ttl': 30,
'type': 'TXT',