Skip to content

Commit

Permalink
airbyte-ci: fix CONNECTOR_REGRESSION_TESTS name (#37846)
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll committed May 6, 2024
1 parent a381aa3 commit 0da1499
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ class CONNECTOR_TEST_STEP_ID(str, Enum):
MIGRATE_POETRY_POETRY_INIT = "migrate_to_poetry.poetry_init"
MIGRATE_POETRY_DELETE_SETUP_PY = "migrate_to_poetry.delete_setup_py"
MIGRATE_POETRY_REGRESSION_TEST = "migrate_to_poetry.regression"
CONNECTOR_REGRESSION_TESTS = "test.connector_regression_tests"
CONNECTOR_REGRESSION_TESTS = "connector_regression_tests"
REGRESSION_TEST = "common.regression_test"
ADD_CHANGELOG_ENTRY = "bump_version.changelog"
SET_CONNECTOR_VERSION = "bump_version.set"
Expand Down

0 comments on commit 0da1499

Please sign in to comment.