Skip to content

Commit

Permalink
chore(test): reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 4, 2024
1 parent cd94e7a commit 8ad95d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@ def test_area_management(client: TestClient, admin_access_token: str, study_id:
# These values are None as they concern v8.7+ studies
"costgeneration": None,
"efficiency": None,
"variableomcost": None
"variableomcost": None,
}
res = client.put(
# This URL is deprecated, but we must check it for backward compatibility.
Expand Down

0 comments on commit 8ad95d6

Please sign in to comment.