Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 26, 2023
1 parent 08c0c95 commit 749ea59
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 @@ -95,7 +95,7 @@ def test_read_latest_national_values_start_and_end_filters(db_session, api_clien
assert len(national_forecast_values) == 16

response = api_client.get(
"/v0/solar/GB/national/forecast?start_datetime_utc=2023-01-01&end_datetime_utc=2023-01-01 04:00"
"/v0/solar/GB/national/forecast?start_datetime_utc=2023-01-01&end_datetime_utc=2023-01-01 04:00" # noqa
)
assert response.status_code == 200

Expand Down

0 comments on commit 749ea59

Please sign in to comment.