mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-09 10:41:37 +00:00
Update project.service.spec.ts
This commit is contained in:
parent
700eff76eb
commit
611ba2b410
@ -152,11 +152,6 @@ describe('ProjectService', () => {
|
|||||||
expect(req.request.method).toEqual('POST');
|
expect(req.request.method).toEqual('POST');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should get notifications path of project', () => {
|
|
||||||
const path = service.notificationsPath(server, 'myproject');
|
|
||||||
expect(path).toEqual('ws://127.0.0.1:3080/v2/projects/myproject/notifications/ws');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('project should be readonly when defined as readonly ', () => {
|
it('project should be readonly when defined as readonly ', () => {
|
||||||
const project = new Project();
|
const project = new Project();
|
||||||
project.readonly = true;
|
project.readonly = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user