fix: Typo for the get auth clients test file

This commit is contained in:
Faruk AYDIN
2024-03-28 20:40:45 +01:00
parent e3bf599bf6
commit e9bc9b1aa8
@@ -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 * 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;
beforeEach(async () => {