Skip to content

Commit

Permalink
upadte url for api
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jul 31, 2024
1 parent 3f4a6ba commit 45431fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_elexon_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_get_elexon_forecast_with_data(mock_data, api_client):
)
m.get(url, json=mock_data, headers={"Content-Type": "application/json"})

response = api_client.get(url)
response = api_client.get('/v0/solar/GB/national/elexon')
print("Response Headers:", response.headers)
# Assertions
assert response.status_code == 200
Expand Down

0 comments on commit 45431fa

Please sign in to comment.