Skip to content

Commit a905d88

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 092789a commit a905d88

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ werkzeug==3.1.2
6060
# flask
6161
# flask-cors
6262

63-
opengeodeweb-microservice==1.*,>=1.0.14

src/opengeodeweb_back/test_utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

1111

1212
def test_route_wrong_params(
13-
client: FlaskClient, route: str, get_full_data: Callable[[], JsonData], path: list = []
13+
client: FlaskClient,
14+
route: str,
15+
get_full_data: Callable[[], JsonData],
16+
path: list = [],
1417
) -> None:
1518
def get_json():
1619
json = get_full_data()

0 commit comments

Comments
 (0)