Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit e8005bf

Browse files
committed
fix test
1 parent 81b1b12 commit e8005bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

localstack-core/localstack/services/sns/v2/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def subscribe(
387387
message=message_ctx,
388388
store=store,
389389
request_headers=context.request.headers,
390-
topic_attributes=topic(topic_arn, context)["attributes"],
390+
topic_attributes=topic["attributes"],
391391
)
392392
self._publisher.publish_to_topic_subscriber(
393393
ctx=publish_ctx,

0 commit comments

Comments
 (0)