Skip to content

Commit

Permalink
Update privileges_basic.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich authored Apr 10, 2024
1 parent a1e4210 commit b4d947d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('Privileges (basic)', () => {
describe('Privileges', () => {
describe('GET /api/security/privileges', () => {
it('should return a privilege map with all known privileges, without actions', async () => {
// If you're adding a privilege to the following, that's great!
Expand Down

0 comments on commit b4d947d

Please sign in to comment.