Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 7f99a2d commit 1688e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/test_national.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ 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/?This_does_nothing_apart_force_no_caching")
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

0 comments on commit 1688e9d

Please sign in to comment.