chore: Correct the folder of get auth client mock

This commit is contained in:
Faruk AYDIN
2024-03-27 14:04:16 +01:00
parent 75cb2569b5
commit 85b3856564
2 changed files with 4 additions and 4 deletions

View File

@@ -1,19 +0,0 @@
const getAdminAppAuthClientMock = (appAuthClient) => {
return {
data: {
appConfigId: appAuthClient.appConfigId,
name: appAuthClient.name,
id: appAuthClient.id,
active: appAuthClient.active,
},
meta: {
count: 1,
currentPage: null,
isArray: false,
totalPages: null,
type: 'AppAuthClient',
},
};
};
export default getAdminAppAuthClientMock;