test(AppAuthClient): remove unused AppConfig import statement

This commit is contained in:
Ali BARIN
2024-12-12 11:55:56 +00:00
parent 2a77763c51
commit 83d16e72e1

View File

@@ -7,7 +7,6 @@ import AppAuthClient from './app-auth-client.js';
import Base from './base.js';
import appConfig from '../config/app.js';
import { createAppAuthClient } from '../../test/factories/app-auth-client.js';
import { createAppConfig } from '../../test/factories/app-config.js';
describe('AppAuthClient model', () => {
it('tableName should return correct name', () => {