1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-18 21:09:40 +02:00

fix(tests): Fix ServicesDatatable tests - r8s-395 (#860)

This commit is contained in:
James Player 2025-07-03 16:01:08 +12:00 committed by GitHub
parent ce86129478
commit f4df51884c

View file

@ -84,11 +84,8 @@ beforeEach(() => {
);
});
const mockUser = {
...createMockUsers(1)[0],
PortainerAuthorizations: {
K8sAccessSystemNamespaces: true,
K8sServiceW: true,
},
// Admin user
...createMockUsers(1, 1)[0],
};
function createTestComponent() {