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:
parent
ce86129478
commit
f4df51884c
1 changed files with 2 additions and 5 deletions
|
@ -84,11 +84,8 @@ beforeEach(() => {
|
|||
);
|
||||
});
|
||||
const mockUser = {
|
||||
...createMockUsers(1)[0],
|
||||
PortainerAuthorizations: {
|
||||
K8sAccessSystemNamespaces: true,
|
||||
K8sServiceW: true,
|
||||
},
|
||||
// Admin user
|
||||
...createMockUsers(1, 1)[0],
|
||||
};
|
||||
|
||||
function createTestComponent() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue