Skip to content

Commit e483cdc

Browse files
committed
lint test
1 parent ce0e8f7 commit e483cdc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/integrationtests/test_processes_execution_grass_module.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,9 @@ def test_post_process_execution_not_supported_module_1(self) -> None:
193193
assert resp.status_code == 400
194194
assert hasattr(resp, "json")
195195
assert "detail" in resp.json
196-
assert (
197-
resp.json["detail"] == (
198-
"Missing required input parameter <format> for process "
199-
"<g.region>."
200-
)
196+
assert resp.json["detail"] == (
197+
"Missing required input parameter <format> for process "
198+
"<g.region>."
201199
)
202200

203201
@pytest.mark.integrationtest

0 commit comments

Comments
 (0)