Skip to content

Commit

Permalink
🏥 Source Tiktok Marketing: fix config file not found for unit tests s…
Browse files Browse the repository at this point in the history
…uite. (#38672)
  • Loading branch information
darynaishchenko authored May 28, 2024
1 parent 3f4ce26 commit f0826cc
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,22 @@ data:
- cdk:python
connectorTestSuitesOptions:
- suite: unitTests
testSecrets:
- name: SECRET_SOURCE-TIKTOK-MARKETING_SANDBOX_CREDS
fileName: sandbox_config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-TIKTOK-MARKETING_PROD_CREDS
fileName: prod_config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-TIKTOK-MARKETING_CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-TIKTOK-MARKETING_CREDS
Expand Down

0 comments on commit f0826cc

Please sign in to comment.