Skip to content

Commit da6f02c

Browse files
committedMar 13, 2025·
enabled acceptance test
1 parent 9f434e7 commit da6f02c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎airbyte-integrations/connectors/source-prestashop/acceptance-test-config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See [Connector Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference)
22
# for more information about how to configure these tests
33
connector_image: airbyte/source-prestashop:dev
4+
test_strictness_level: high
45
acceptance_tests:
56
spec:
67
tests:

‎airbyte-integrations/connectors/source-prestashop/metadata.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ data:
3434
connectorTestSuitesOptions:
3535
- suite: unitTests
3636
- suite: integrationTests
37+
testSecrets:
38+
- name: SECRET_SOURCE-PRESTASHOP__CREDS
39+
fileName: config.json
40+
secretStore:
41+
type: GSM
42+
alias: airbyte-connector-testing-secret-store
3743
metadataSpecVersion: "1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.