diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-10-29 01:09:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-10-29 01:09:10 -0400 |
| commit | bd475ae6ae43cbe1d937ab7c4326ac0dda9bc81f (patch) | |
| tree | 175acdc988ec517e9bf2be73b699c695a237e366 /test/lib | |
| parent | fffc000bd73b740318762747c07aa39adca1313a (diff) | |
make proxy work for gets
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/sdk.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/sdk.js b/test/lib/sdk.js index a34b18f9..a52d63c2 100644 --- a/test/lib/sdk.js +++ b/test/lib/sdk.js @@ -23,7 +23,7 @@ for (var i = 0; i < files.length; i++) { eval( fs.readFileSync(fn) + '' ) } -sdk.init({ production: true }) +sdk.init({ env: 'test' }) sdk.auth = auth // stick this here for now module.exports = sdk |
