diff --git a/.release-version b/.release-version index 75249069..0e7079b6 100644 --- a/.release-version +++ b/.release-version @@ -1 +1 @@ -2.16.0 +2.16.1 diff --git a/tests/endpoints/cherrypick_test_data/test_valid_input.py b/tests/endpoints/cherrypick_test_data/test_valid_input.py index 9a8c866a..237b22ee 100644 --- a/tests/endpoints/cherrypick_test_data/test_valid_input.py +++ b/tests/endpoints/cherrypick_test_data/test_valid_input.py @@ -7,10 +7,11 @@ import pytest import responses +from lighthouse.config.test import CRAWLER_BASE_URL from lighthouse.constants.cherrypick_test_data import CPTD_STATUS_PENDING, FIELD_CRAWLER_RUN_ID from lighthouse.constants.error_messages import ERROR_CRAWLER_HTTP_ERROR -CRAWLER_URL = "http://127.0.0.1:8100/v1/cherrypick-test-data" +CRAWLER_URL = f"{CRAWLER_BASE_URL}/v1/cherrypick-test-data" ENDPOINT_PATH = "/cherrypick-test-data"