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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user