Skip to content

Commit

Permalink
feat: update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
YounixM committed Dec 20, 2024
1 parent 594c2f1 commit 420c9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/container/APIKeys/APIKeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function APIKeys(): JSX.Element {
pageSize: 5,
hideOnSinglePage: true,
showTotal: (total: number, range: number[]): string =>
`${range[0]}-${range[1]} of ${total} API Keys`,
`${range[0]}-${range[1]} of ${total} keys`,
}}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/mocks-server/__mockdata__/apiKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const getAPIKeysResponse = {
},
token: '1udrUFmRI6gdb8r/hLabS7zRlgfMQlUw/tz9sac82pE=',
role: 'ADMIN',
name: 'No Expiry Token',
name: 'No Expiry Key',
createdAt: 1708008178,
expiresAt: 0,
updatedAt: 1708008190,
Expand Down

0 comments on commit 420c9cb

Please sign in to comment.