diff --git a/tests/WPSProcess.html b/tests/WPSProcess.html index a528507ae7..6bdfcc2430 100644 --- a/tests/WPSProcess.html +++ b/tests/WPSProcess.html @@ -39,7 +39,7 @@ process.describe(); t.eq(log.request.length, 1, 'describeProcess request only sent once'); log.request[0].success.call(process, { - responseText: '' + responseText: '' }); t.eq(log.event[0].type, 'describeprocess', 'describeprocess event triggered'); t.ok(client.servers.local.describeProcessResponse['gs:splitPolygon'], 'We have a process description!');