Skip to content

Instantly share code, notes, and snippets.

@FotoVerite
Created December 6, 2011 15:00
Show Gist options
  • Save FotoVerite/1438474 to your computer and use it in GitHub Desktop.
Save FotoVerite/1438474 to your computer and use it in GitHub Desktop.
Jitsu vows fail
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