diff --git a/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py b/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py index 1e5f397e76b20..67eb7d7fe2700 100644 --- a/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py +++ b/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py @@ -27,7 +27,7 @@ TEST_STREAM_NAME = "test_stream" TEST_SELECTED = True TEST_JSON_SCHEMA = {} -TEST_JOB_ID = "3fa85f64-5717-4562-b3fc-2c963f66afa6" +TEST_JOB_ID = 12345 TEST_AIRBYTE_CONNECTION_TABLE_PROPS = AirbyteConnectionTableProps( table_name=f"{TEST_STREAM_PREFIX}{TEST_STREAM_NAME}",