diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-10-20 16:38:46 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-10-20 16:38:46 -0400 |
| commit | d7e9ea57e410cf206f1e82a97e11e3cc793497bd (patch) | |
| tree | d4049b530c7dbbac9c0da86fc151ee14182ffce3 /test/lib/sdk.js | |
| parent | 5fc529464393b5bd078e6a3987e6198503a433ef (diff) | |
test login api
Diffstat (limited to 'test/lib/sdk.js')
| -rw-r--r-- | test/lib/sdk.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/sdk.js b/test/lib/sdk.js index 1b922bd8..4ebffb8b 100644 --- a/test/lib/sdk.js +++ b/test/lib/sdk.js @@ -5,6 +5,7 @@ var path = require('path') najax.defaults({ rejectUnauthorized: false, contentType: 'application/json', + dataType: 'json', }) // hacky dummy jquery |
