From c576769185349a26eb8c8005f76060fc3481e6ce Mon Sep 17 00:00:00 2001 From: Catherine Noll Date: Tue, 13 Dec 2022 18:57:32 -0500 Subject: [PATCH] Update `source-gnews` acceptance test config (#20460) --- .../source-gnews/acceptance-test-config.yml | 37 ++++++++----------- docs/integrations/sources/gnews.md | 7 ++-- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/airbyte-integrations/connectors/source-gnews/acceptance-test-config.yml b/airbyte-integrations/connectors/source-gnews/acceptance-test-config.yml index bbceb32cd0d5..7fbd4f7d5a1e 100644 --- a/airbyte-integrations/connectors/source-gnews/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-gnews/acceptance-test-config.yml @@ -1,30 +1,23 @@ # See [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference) # for more information about how to configure these tests connector_image: airbyte/source-gnews:dev -acceptance_tests: +tests: spec: - tests: - - spec_path: "source_gnews/spec.yaml" + - spec_path: "source_gnews/spec.yaml" connection: - tests: - - config_path: "secrets/config.json" - status: "succeed" - - config_path: "integration_tests/invalid_config.json" - status: "failed" + - config_path: "secrets/config.json" + status: "succeed" + - config_path: "integration_tests/invalid_config.json" + status: "failed" discovery: - tests: - - config_path: "secrets/config.json" + - config_path: "secrets/config.json" basic_read: - tests: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" - empty_streams: [] - incremental: - tests: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" - future_state_path: "integration_tests/abnormal_state.json" + - config_path: "secrets/config.json" + configured_catalog_path: "integration_tests/configured_catalog.json" + incremental: + - 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" + - config_path: "secrets/config.json" + configured_catalog_path: "integration_tests/configured_catalog.json" diff --git a/docs/integrations/sources/gnews.md b/docs/integrations/sources/gnews.md index 2781c55c487b..0d64fdfc07f1 100644 --- a/docs/integrations/sources/gnews.md +++ b/docs/integrations/sources/gnews.md @@ -35,6 +35,7 @@ Rate Limiting is based on the API Key tier subscription, get more info [here](ht ## Changelog -| Version | Date | Pull Request | Subject | -|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------| -| 0.1.0 | 2022-11-01 | [18808](https://github.com/airbytehq/airbyte/pull/18808) | 🎉 New Source: GNews | +| Version | Date | Pull Request | Subject | +|:--------|:-----------|:---------------------------------------------------------|:-------------------------------------| +| 0.1.1 | 2022-12-13 | [20460](https://github.com/airbytehq/airbyte/pull/20460) | Update source acceptance test config | +| 0.1.0 | 2022-11-01 | [18808](https://github.com/airbytehq/airbyte/pull/18808) | 🎉 New Source: GNews |