Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Dec 16, 2024
1 parent 45c7bfd commit 8cdcc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/playwright/mmi/helpers/custodian-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { MMI_E2E_MMI_CONFIG_URL } = process.env;

export async function getCustodianInfoByName(name: string) {
// First get an admin token
console.error('the name', name);
try {
const { custodians } = (await axios.get(`${MMI_E2E_MMI_CONFIG_URL}`)).data;
// TODO: Replace `any` with type
Expand Down

0 comments on commit 8cdcc02

Please sign in to comment.