Created
December 6, 2011 15:00
-
-
Save FotoVerite/1438474 to your computer and use it in GitHub Desktop.
Jitsu vows fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mismatch in remote request : | |
{ method: 'GET', | |
uri: 'http://api.mockjitsu.com:90210/apps/mickey/example-app', | |
headers: | |
{ Authorization: 'Basic bWlja2V5OnBvaXV5dHJld3E=', | |
'Content-Type': 'application/json' } } | |
{ method: 'GET', | |
uri: 'http://api.mockjitsu.com:90210/apps/mickey/jitsu', | |
headers: | |
{ Authorization: 'Basic bWlja2V5OnBvaXV5dHJld3E=', | |
'Content-Type': 'application/json' } } | |
/Users/fotoverite/github/jitsu/node_modules/mock-request/lib/mock-request.js:228 | |
throw ex; | |
^ | |
expected 'http://api.mockjitsu.com:90210/apps/mickey/jitsu', | |
got 'http://api.mockjitsu.com:90210/apps/mickey/example-app' (==) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment