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

Fix lint error: forgot to lint after updating the tests.

This commit is contained in:
Maikel Poot
2021-11-30 12:36:08 +01:00
parent 16f9acd870
commit 1270fd2e91

View File

@@ -368,7 +368,7 @@ class TestTransipProvider(TestCase):
self.assertEquals(
sorted(seen_entries, key=itemgetter("name", "type", "expire")),
sorted(expected_entries, key=itemgetter("name", "type", "expire")),
)
)
@patch("octodns.provider.transip.TransIP")
def test_apply_failure_on_not_found(self, client_mock):