From 859ad9130c1eada4514c0e3d05dad24d9037631f Mon Sep 17 00:00:00 2001 From: Stuart McHattie Date: Thu, 22 Jul 2021 10:18:02 +0100 Subject: [PATCH 1/2] Fix Crawler URL is tests --- tests/endpoints/cherrypick_test_data/test_valid_input.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" From e6c186c149e5a8a06773a926f658a8394c2dc28a Mon Sep 17 00:00:00 2001 From: Stuart McHattie Date: Thu, 22 Jul 2021 10:19:36 +0100 Subject: [PATCH 2/2] Increment release version -> 2.16.1 --- .release-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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