Skip to content

Commit d7e35e9

Browse files
siarheivesialoualexnick88
authored andcommitted
fix python linter in YMQ tests (ydb-platform#3944)
1 parent 561901f commit d7e35e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/tests/functional/sqs/common/test_throttling_nonexistent_queue.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
from ydb.tests.library.sqs.test_base import KikimrSqsTestBase
66

7-
87
throttling_exception_pattern = ".*</Message><Code>ThrottlingException</Code>.*"
98

10-
class TestSqsThrottlingOnNonexistentQueue(KikimrSqsTestBase):
119

10+
class TestSqsThrottlingOnNonexistentQueue(KikimrSqsTestBase):
1211

1312
def test_throttling_on_nonexistent_queue(self):
1413
queue_url = self._create_queue_and_assert(self.queue_name, False, True)

0 commit comments

Comments
 (0)