Skip to content

Commit f423838

Browse files
committed
update test
1 parent e483cdc commit f423838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrationtests/test_processes_execution_grass_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def test_post_process_execution_vbuffer_array_error(self) -> None:
158158
assert resp.status_code == 400
159159
assert (
160160
"Input parameter 'type' should be type array"
161-
in resp.json["message"]
161+
in resp.json["detail"]
162162
)
163163

164164
@pytest.mark.integrationtest

0 commit comments

Comments
 (0)