Skip to content

Commit 866d9ff

Browse files
authored
add necessary dependencies for logs tests to run (#2867)
1 parent 7342500 commit 866d9ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/sdksCommon.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ list(APPEND TEST_DEPENDENCY_LIST "s3control:s3,access-management,cognito-identit
208208
list(APPEND TEST_DEPENDENCY_LIST "sqs:access-management,cognito-identity,iam,core")
209209
list(APPEND TEST_DEPENDENCY_LIST "text-to-speech:polly,core")
210210
list(APPEND TEST_DEPENDENCY_LIST "transfer:s3,core")
211+
list(APPEND TEST_DEPENDENCY_LIST "logs:access-management,cognito-identity,iam,core")
211212

212213
# make a list of the generated clients
213214
set(GENERATED_SERVICE_LIST "")

0 commit comments

Comments
 (0)