Skip to content

Commit

Permalink
Resolving Hard coded secret in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanshug committed Jan 9, 2024
1 parent 2f7b94e commit 8d32cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/__mocks__/mockStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const mockStatus = (): StatusResponse => ({
currentContext: 'opendatahub/admin-user-datahub-redhat-com:6443/admin-user',
currentUser: {
name: 'admin-user/api-admin-user-dev-datahub-redhat-com:6443',
token: 'sha256~9iRWHnXnoQusPNr11Hda_rqwerfasdfQWERasdfasdf',
token: 'test-token-value',
},
namespace: 'opendatahub',
userName: 'admin-user',
Expand Down

0 comments on commit 8d32cfa

Please sign in to comment.