Skip to content

Commit

Permalink
fix: up max retries on wiremock
Browse files Browse the repository at this point in the history
Co-authored-by: Billie Thompson <billie.thompson@armakuni.com>
  • Loading branch information
ak-adam-gardner committed Jul 5, 2023
1 parent a96b80b commit 3e0244c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ test:
poetry run python -m pytest tests

integration:
specdown run README.md --add-path ${PWD}/tests/scripts --env REPOSITORY_MODE=file --env CO2_SIGNAL_API_KEY=$(shell cat .co2_api_key)
specdown run README.md --add-path ${PWD}/tests/scripts --env DATA_SOURCE=file --env CO2_SIGNAL_API_KEY=$(shell cat .co2_api_key)

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ poetry run carbon_guard --help
│ --data-source [file|national-grid-e Where to read carbon │
│ so-carbon-intensity|c intensity data from │
│ o2-signal] [env var: │
REPOSITORY_MODE]
DATA_SOURCE]
│ [default: │
│ national-grid-eso-ca… │
│ --from-file-carbon-i… PATH File to read carbon │
Expand Down

0 comments on commit 3e0244c

Please sign in to comment.