Skip to content

Commit

Permalink
Merge branch '09-14-change_our_python_connector_build_process_to_use_…
Browse files Browse the repository at this point in the history
…the_base_images' of github.com:airbytehq/airbyte into 09-14-change_our_python_connector_build_process_to_use_the_base_images
  • Loading branch information
alafanechere committed Oct 10, 2023
2 parents ca83df9 + 637103f commit 9e07934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/connector_ops/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def test_get_all_gradle_dependencies(with_test_dependencies):
]
assert set(all_dependencies) == set(expected_dependencies)


def test_get_all_connectors_in_repo():
all_connectors = utils.get_all_connectors_in_repo()
assert len(all_connectors) > 0
assert all([isinstance(connector, utils.Connector) for connector in all_connectors])
assert all([connector.metadata is not None for connector in all_connectors])

0 comments on commit 9e07934

Please sign in to comment.