Skip to content

Commit

Permalink
Merge pull request #192 from bcgov/updatedBy-bug-fixes
Browse files Browse the repository at this point in the history
UpdatedBy bug fixes
  • Loading branch information
emilymendelson authored Mar 20, 2024
2 parents d173e8d + 927dfd8 commit 139bf0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/commonResponses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,7 @@ export const updateUserRequestBody = {
userName: 'username',
givenName: 'givenName',
lastName: 'string',
updatedBy: 'USERID',
};

export const updateUserExistingUser = [
Expand Down

0 comments on commit 139bf0b

Please sign in to comment.