refactor: Remove redundant appConfigId from get auth clients mock
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const getAppAuthClientsMock = (appAuthClients) => {
|
const getAppAuthClientsMock = (appAuthClients) => {
|
||||||
return {
|
return {
|
||||||
data: appAuthClients.map((appAuthClient) => ({
|
data: appAuthClients.map((appAuthClient) => ({
|
||||||
appConfigId: appAuthClient.appConfigId,
|
|
||||||
name: appAuthClient.name,
|
name: appAuthClient.name,
|
||||||
id: appAuthClient.id,
|
id: appAuthClient.id,
|
||||||
active: appAuthClient.active,
|
active: appAuthClient.active,
|
||||||
|
Reference in New Issue
Block a user