Skip to content

Commit 0da1499

Browse files
authored
airbyte-ci: fix CONNECTOR_REGRESSION_TESTS name (#37846)
1 parent a381aa3 commit 0da1499

File tree

1 file changed

+1
-1
lines changed
  • airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors

1 file changed

+1
-1
lines changed

airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CONNECTOR_TEST_STEP_ID(str, Enum):
2828
MIGRATE_POETRY_POETRY_INIT = "migrate_to_poetry.poetry_init"
2929
MIGRATE_POETRY_DELETE_SETUP_PY = "migrate_to_poetry.delete_setup_py"
3030
MIGRATE_POETRY_REGRESSION_TEST = "migrate_to_poetry.regression"
31-
CONNECTOR_REGRESSION_TESTS = "test.connector_regression_tests"
31+
CONNECTOR_REGRESSION_TESTS = "connector_regression_tests"
3232
REGRESSION_TEST = "common.regression_test"
3333
ADD_CHANGELOG_ENTRY = "bump_version.changelog"
3434
SET_CONNECTOR_VERSION = "bump_version.set"

0 commit comments

Comments
 (0)