mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updating test for adapter
This commit is contained in:
@@ -5,7 +5,7 @@ describe('adapter', function () {
|
|||||||
var called = false;
|
var called = false;
|
||||||
|
|
||||||
axios('/foo', {
|
axios('/foo', {
|
||||||
adapter: function (resolve, reject, config) {
|
adapter: function (config) {
|
||||||
called = true;
|
called = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user