Skip to content

Commit

Permalink
🐛 Source Twilio: add test data for Message Media and Conferences (#17134
Browse files Browse the repository at this point in the history
)
  • Loading branch information
artem1205 committed Sep 26, 2022
1 parent d32a0f1 commit a9630e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-twilio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY main.py ./
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.8
LABEL io.airbyte.version=0.1.9
LABEL io.airbyte.name=airbyte/source-twilio
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tests:
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/no_empty_streams_catalog.json"
empty_streams: ["message_media", "conferences"]
expect_records:
path: "integration_tests/expected_records.txt"
incremental:
Expand Down

0 comments on commit a9630e3

Please sign in to comment.