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