fix: Typo for the get auth clients test file

This commit is contained in:
Faruk AYDIN
2024-03-27 13:42:18 +01:00
parent e3bf599bf6
commit e9bc9b1aa8

View File

@@ -7,7 +7,7 @@ import getAuthClientsMock from '../../../../../test/mocks/rest/api/v1/apps/get-a
import { createAppAuthClient } from '../../../../../test/factories/app-auth-client.js'; import { createAppAuthClient } from '../../../../../test/factories/app-auth-client.js';
import * as license from '../../../../helpers/license.ee.js'; import * as license from '../../../../helpers/license.ee.js';
describe('GET /api/v1/app/:appKey/auth-clients', () => { describe('GET /api/v1/apps/:appKey/auth-clients', () => {
let currentUser, token; let currentUser, token;
beforeEach(async () => { beforeEach(async () => {