1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

chore(tests): clean tests output [EE-5758] (#9215)

This commit is contained in:
Chaim Lev-Ari 2023-08-27 13:30:45 +03:00 committed by GitHub
parent 2953848b9a
commit 531f88b947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 25 additions and 11 deletions

View file

@ -91,4 +91,8 @@ export const handlers = [
'/api/status',
(req, res, ctx) => res(ctx.json({}))
),
rest.get('/api/teams/:id/memberships', (req, res, ctx) => res(ctx.json([]))),
rest.get('/api/endpoints/agent_versions', (req, res, ctx) =>
res(ctx.json([]))
),
];