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