Skip to content

Commit 814c6df

Browse files
Merge e81aeeb into 88fefcb
2 parents 88fefcb + e81aeeb commit 814c6df

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)