Skip to content

Commit 84b76d4

Browse files
committed
Test fix
1 parent a1a97ea commit 84b76d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sns/test/utils/testSnsConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import type { S3ClientConfig } from '@aws-sdk/client-s3'
22
import type { SNSClientConfig } from '@aws-sdk/client-sns'
33
import type { SQSClientConfig } from '@aws-sdk/client-sqs'
4+
import type { STSClientConfig } from '@aws-sdk/client-sts'
45
import { createLocalhostHandler } from 'fauxqs'
5-
66
import { getPort } from './fauxqsInstance.ts'
77

88
const isLocalstack = process.env.QUEUE_BACKEND === 'localstack'
99
const port = getPort()
1010

11-
export const TEST_AWS_CONFIG: SNSClientConfig & SQSClientConfig = {
11+
export const TEST_AWS_CONFIG: SNSClientConfig & SQSClientConfig & STSClientConfig = {
1212
endpoint: `http://localhost:${port}`,
1313
region: 'eu-west-1',
1414
credentials: {

0 commit comments

Comments
 (0)