mirror of
https://github.com/axios/axios.git
synced 2026-04-11 14:21:59 +08:00
Updating test for adapter
This commit is contained in:
parent
68ec2abc4a
commit
f034c56466
@ -5,7 +5,7 @@ describe('adapter', function () {
|
||||
var called = false;
|
||||
|
||||
axios('/foo', {
|
||||
adapter: function (resolve, reject, config) {
|
||||
adapter: function (config) {
|
||||
called = true;
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user