You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this signature: fixture({method: 'get', url: '/api/v3/organization'}, ...) does not seem to properly capture requests to the api. (We also tried uppercase get GET, still no dice.)
Using this works, though fixture('GET /api/v3/current/organization', ... )
The text was updated successfully, but these errors were encountered:
Using this signature:
fixture({method: 'get', url: '/api/v3/organization'}, ...)
does not seem to properly capture requests to the api. (We also tried uppercase getGET
, still no dice.)Using this works, though
fixture('GET /api/v3/current/organization', ... )
The text was updated successfully, but these errors were encountered: