Skip to content

Commit

Permalink
role back,
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 20, 2024
1 parent 74b1c3b commit 7f99a2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/test_national.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_read_truth_national_gsp(db_session, api_client):

app.dependency_overrides[get_session] = lambda: db_session

response = api_client.get("/v0/solar/GB/national/pvlive/")
response = api_client.get("/v0/solar/GB/national/pvlive/?This_does_nothing_apart_force_no_caching")
assert response.status_code == 200

r_json = response.json()
Expand Down
2 changes: 0 additions & 2 deletions test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ services:
- DB_URL_PV=postgresql://postgres:postgres@postgres_db:5432/postgres
- GIT_PYTHON_REFRESH=quiet
- LOG_LEVEL=DEBUG
- CACHE_TIME_SECONDS=0
- DELETE_CACHE_TIME_SECONDS=0
command: >
bash -c "pytest --cov=./src
&& coverage report -m
Expand Down

0 comments on commit 7f99a2d

Please sign in to comment.