Skip to content

Commit

Permalink
Replaces mame check with role check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Oct 11, 2024
1 parent 3493be4 commit 040cbde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function ({ getService }: FtrProviderContext) {
type: 'saml',
},
enabled: true,
full_name: 'test viewer',
roles: [expect.stringContaining('viewer')],
})
);
expect(status).toBe(200);
Expand Down

0 comments on commit 040cbde

Please sign in to comment.