Change endpoint
This commit is contained in:
parent
49fbf2c849
commit
b0afbe9fba
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ describe('insight storage plugin', function() {
|
|||
|
||||
storage.setItem(namespace, data, function(err) {
|
||||
assert(!err);
|
||||
assert(requestMock.post.firstCall.args[0].url.indexOf('register') !== -1);
|
||||
assert(requestMock.post.firstCall.args[0].url.indexOf('save') !== -1);
|
||||
return done();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue