fix documentation

This commit is contained in:
Timo Hocker
2019-12-11 13:07:48 +01:00
parent 1534917132
commit 6baeade4c0
2 changed files with 9 additions and 2 deletions

View File

@ -63,7 +63,7 @@ describe('requestor', () => {
});
it('should build requests with subdirectory', () => {
requestor(mock, './test/sub', {}, 'test');
requestor(mock, './test/sub', { subdir: 'test' });
expect(mock.registered).to.have.all.keys([
'post-/test/sub/',
'get-/test/sub/',