Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Feb 13, 2024
1 parent 1da9739 commit cf0b857
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/auth/types/authentication_type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* permissions and limitations under the License.
*/

/* eslint-disable max-classes-per-file */
// This file has extra classes used for testing

import { SecurityPluginConfigType } from '../..';
import { AuthenticationType } from './authentication_type';
import { httpServerMock } from '../../../../../src/core/server/mocks';
Expand Down Expand Up @@ -197,3 +200,5 @@ describe('test tenant header', () => {
expect(JSON.parse(cookieAfterRequest!).expiryTime).toBe(2000);
});
});

/* eslint-enable max-classes-per-file */

0 comments on commit cf0b857

Please sign in to comment.