mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Adjust whitespace
This commit is contained in:
parent
f1c4b6b969
commit
2545b4ea09
1 changed files with 7 additions and 4 deletions
|
|
@ -800,13 +800,16 @@ describe('bindService', () => {
|
|||
spyOnAllFunctions(service);
|
||||
jasmine.setDefaultSpyStrategy(fail);
|
||||
bindService(server, prefix, service);
|
||||
|
||||
|
||||
url.pathname = path;
|
||||
const response = await fetch(url);
|
||||
const body = await response.json();
|
||||
|
||||
expect(body).toEqual({code: 'ResourceNotFound', message: `${path} does not exist`});
|
||||
});
|
||||
|
||||
expect(body).toEqual({
|
||||
code: 'ResourceNotFound',
|
||||
message: `${path} does not exist`
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue