Skip to content

Commit

Permalink
šŸ› Source SurveyMonkey: fix expected test result according to 0.2.2 upā€¦
Browse files Browse the repository at this point in the history
ā€¦date (#18431)
  • Loading branch information
artem1205 authored and nataly committed Nov 3, 2022
1 parent dd212d0 commit 02ce188
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
connector_image: airbyte/source-surveymonkey:dev
tests:
acceptance_tests:
spec:
tests:
- spec_path: "source_surveymonkey/spec.json"
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "exception"
status: "failed"
discovery:
tests:
- config_path: "secrets/config.json"
basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
incremental:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"

0 comments on commit 02ce188

Please sign in to comment.