Skip to content

Commit

Permalink
Update makefile, pact and dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MishNajam committed Nov 13, 2023
1 parent 00671ea commit 1dfc044
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ services:
POSTGRES_PASSWORD: password #pragma: allowlist secret
POSTGRES_DB: postgres
broker_app:
image: pactfoundation/pact-broker
platform: linux/amd64
image: pactfoundation/pact-cli:latest-multi
ports:
- "9293:80"
- "9292:9292"
Expand Down
6 changes: 2 additions & 4 deletions integration_tests/v1/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@
"method": "GET",
},
"online_tool_endpoint": {
"url": "https://uml-XXXX.dev.lpa.api.opg.service.justice.gov.uk/v1/lpa"
"-online-tool/lpas",
"url": "https://uml-XXXX.dev.lpa.api.opg.service.justice.gov.uk/v1/lpa-online-tool/lpas",
"method": "GET",
"valid_lpa_online_tool_ids": ["A33718377316"],
"invalid_lpa_online_tool_ids": ["banana"],
},
"use_an_lpa_endpoint": {
"url": "https://uml-XXXX.dev.lpa.api.opg.service.justice.gov.uk/v1/use"
"-an-lpa/lpas",
"url": "https://uml-XXXX.dev.lpa.api.opg.service.justice.gov.uk/v1/use-an-lpa/lpas",
"method": "GET",
"valid_sirius_uids": ["700000000047"],
"invalid_sirius_uids": ["9"],
Expand Down
3 changes: 1 addition & 2 deletions lambda_functions/v1/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ pytest-html==3.1.1
tenacity==6.3.1
validators==0.18.2
yarl==1.6.3
importlib-metadata
importlib-metadata==4.13.0
opg-sirius-service==2.1.1
localstack-client==1.39

0 comments on commit 1dfc044

Please sign in to comment.