Skip to content

Commit

Permalink
🐛 Source Hubspot: acceptance fix (airbytehq#18498)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 authored and jhammarstedt committed Oct 31, 2022
1 parent af768a1 commit 8fd7d52
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# 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-hubspot:dev
acceptance_tests:
tests:
spec:
tests:
- spec_path: "source_hubspot/spec.yaml"
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "secrets/config_oauth.json"
Expand All @@ -18,12 +14,10 @@ acceptance_tests:
- config_path: "integration_tests/invalid_config_wrong_title.json"
status: "failed"
discovery:
tests:
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
disable_for_version: "0.1.83"
basic_read:
tests:
- config_path: "secrets/config.json"
timeout_seconds: 600
configured_catalog_path: "sample_files/basic_read_catalog.json"
Expand All @@ -39,12 +33,10 @@ acceptance_tests:
# expect_records:
# path: "integration_tests/expected_records.txt"
incremental:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "sample_files/incremental_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "sample_files/full_refresh_catalog.json"
ignored_fields:
Expand Down

0 comments on commit 8fd7d52

Please sign in to comment.