Skip to content

Commit f14f8f3

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent e46f306 commit f14f8f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_create_routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def test_create_point_with_invalid_data(client: FlaskClient) -> None:
6565
response = client.post(route, json=invalid_data)
6666
assert response.status_code == 400
6767

68+
6869
def test_create_curve(client: FlaskClient, curve_data: test_utils.JsonData) -> None:
6970
"""Test the creation of a curve with valid data."""
7071
route: str = "/opengeodeweb_back/create/edged_curve"

0 commit comments

Comments
 (0)