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
+1 -1
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):