Skip to content

Commit

Permalink
Update parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
luciy committed May 31, 2017
1 parent 9d45d2f commit 29903e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/requests.spec.js
Expand Up @@ -21,8 +21,8 @@ describe('requests', function () {
axios({
url: '/foo',
method: 'POST'
}).then(function (request) {
expect(request.config.method).toBe('post');
}).then(function (response) {
expect(response.config.method).toBe('post');
done();
});

Expand Down

0 comments on commit 29903e2

Please sign in to comment.