From 3edcf960a0502fbeb3e4b46e87ecb958646eeb39 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sat, 9 Jan 2016 09:22:14 -0600 Subject: Fixing unit tests --- web/react/utils/client.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react') diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx index 56c8c4b3e..39629b529 100644 --- a/web/react/utils/client.jsx +++ b/web/react/utils/client.jsx @@ -857,7 +857,7 @@ export function listCommands(success, error) { url: '/api/v1/commands/list', dataType: 'json', contentType: 'application/json', - type: 'POST', + type: 'GET', success, error: function onError(xhr, status, err) { var e = handleError('listCommands', xhr, status, err); -- cgit v1.2.3-1-g7c22