From 92b6e654b92a4bbc3de60788c3a1588921e8760a Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 16 Aug 2020 17:46:17 +0200 Subject: [PATCH] Fix lint --- lexicon/tests/providers/test_euserv.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lexicon/tests/providers/test_euserv.py b/lexicon/tests/providers/test_euserv.py index 68edce393..3a1e075b9 100644 --- a/lexicon/tests/providers/test_euserv.py +++ b/lexicon/tests/providers/test_euserv.py @@ -9,9 +9,6 @@ from lexicon.tests.providers.integration_tests import IntegrationTestsV2 -# EUserv has a limit of 10 TXT entries. Therefore, the live recordings were -# and entries removed manually during the execution of the tests. -# Otherwise, a test case will fail with a corresponding error (maximum entries reached). # Hook into testing framework by inheriting unittest.TestCase and reuse # the tests which *each and every* implementation of the interface must @@ -19,6 +16,10 @@ class EUservProviderTests(TestCase, IntegrationTestsV2): """Tests for EUserv""" + # EUserv has a limit of 10 TXT entries. Therefore, the live recordings were + # and entries removed manually during the execution of the tests. + # Otherwise, a test case will fail with a corresponding error (maximum entries reached). + provider_name = "euserv" domain = "schoettle.it" product_id_domain = 1