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:
@@ -195,7 +195,7 @@ class TestGCoreProvider(TestCase):
|
||||
str(ctx.exception).startswith(
|
||||
"filter is enabled, but no pools where built for"
|
||||
),
|
||||
"{} - is not start from desired text".format(ctx.exception),
|
||||
f"{ctx.exception} - is not start from desired text",
|
||||
)
|
||||
|
||||
def test_apply(self):
|
||||
|
||||
Reference in New Issue
Block a user