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

@@ -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):