Skip to content

Commit

Permalink
make sure chace is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 27, 2023
1 parent 26cabf5 commit b1d4af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_national.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_read_latest_national_values_no_properties(db_session, api_client):

app.dependency_overrides[get_session] = lambda: db_session

response = api_client.get("/v0/solar/GB/national/forecast")
response = api_client.get("/v0/solar/GB/national/forecast?test=test1")
assert response.status_code == 200

national_forecast_values = [NationalForecastValue(**f) for f in response.json()]
Expand Down

0 comments on commit b1d4af2

Please sign in to comment.