Skip to content

Commit

Permalink
correct functionnal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Nov 23, 2022
1 parent a4f1049 commit 6d55a56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/cypress/integration/single-backend/roles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ describe('Roles', () => {
cy.request('POST', `${kuzzleUrl}/admin/_resetSecurity`)

cy.request('POST', `${kuzzleUrl}/_createFirstAdmin`, {
content: {},
content: {
profileIds: ['admin']
},
credentials: {
local: {
username: 'admin',
Expand Down

0 comments on commit 6d55a56

Please sign in to comment.