From df826eb9d71294c7b3e925f80aca284098d71f2c Mon Sep 17 00:00:00 2001 From: Artem Inzhyyants <36314070+artem1205@users.noreply.github.com> Date: Tue, 25 Oct 2022 19:36:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Source=20SurveyMonkey:=20fix=20e?= =?UTF-8?q?xpected=20test=20result=20according=20to=200.2.2=20update=20(#1?= =?UTF-8?q?8431)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source-surveymonkey/acceptance-test-config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-surveymonkey/acceptance-test-config.yml b/airbyte-integrations/connectors/source-surveymonkey/acceptance-test-config.yml index 0feabb8df976..8ba77b8d308e 100644 --- a/airbyte-integrations/connectors/source-surveymonkey/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-surveymonkey/acceptance-test-config.yml @@ -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"