mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +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');
|
||||
});
|
||||
|
||||
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 ', () => {
|
||||
const project = new Project();
|
||||
project.readonly = true;
|
||||
|
Loading…
Reference in New Issue
Block a user