10000 #7645 correct missing constraints on queue name and acceptable charac… · localstack/localstack@44ff8c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44ff8c7

Browse files
committed
#7645 correct missing constraints on queue name and acceptable characters
1 parent 11ac636 commit 44ff8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_sqs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from localstack.aws.accounts import get_aws_account_id
1414
from localstack.aws.api.lambda_ import Runtime
1515
from localstack.services.sqs.constants import DEFAULT_MAXIMUM_MESSAGE_SIZE
16+
from localstack.services.sqs.exceptions import InvalidParameterValue
1617
from localstack.services.sqs.models import sqs_stores
1718
from localstack.services.sqs.provider import MAX_NUMBER_OF_MESSAGES
1819
from localstack.testing.snapshots.transformer import GenericTransformer

0 commit comments

Comments
 (0)
0