Skip to content

Commit

Permalink
Merge pull request #403 from sanger/DPL-058-01-fix-crawler-url-in-test
Browse files Browse the repository at this point in the history
Fix Crawler URL in tests
  • Loading branch information
sdjmchattie authored Jul 22, 2021
2 parents 185165a + e6c186c commit fd9cfc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.0
2.16.1
3 changes: 2 additions & 1 deletion tests/endpoints/cherrypick_test_data/test_valid_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit fd9cfc5

Please sign in to comment.