Skip to content

Commit

Permalink
changed based on pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fake-haris committed Jan 7, 2025
1 parent 2fc0eae commit a2c5797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { FtrProviderContext } from '../../../common/ftr_provider_context';

// eslint-disable-next-line import/no-default-export
export default ({ loadTestFile, getService }: FtrProviderContext): void => {
export default ({ loadTestFile }: FtrProviderContext): void => {
describe('Common', function () {
/**
* Public routes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {

// eslint-disable-next-line import/no-default-export
export default ({ loadTestFile, getService }: FtrProviderContext): void => {
describe('Common', function () {
describe('cases security and spaces enabled: trial', function () {
before(async () => {
await createSpacesAndUsers(getService);
// once a user profile is created the only way to remove it is to delete the user and roles, so best to activate
Expand Down

0 comments on commit a2c5797

Please sign in to comment.