example-role to flight

This commit is contained in:
Michael Rogers 2023-07-10 15:42:59 -05:00
parent 3dce8a4133
commit 1d2c56eabf

View File

@ -25,7 +25,7 @@ import { MULTIPLE_PROVIDER_ERROR } from './constants';
import ExampleUserProvider from '../../../example/exampleUser/ExampleUserProvider';
const USERNAME = 'Test User';
const EXAMPLE_ROLE = 'example-role';
const EXAMPLE_ROLE = 'flight';
describe('The User API', () => {
let openmct;