Skip to content

Commit

Permalink
test repair
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 22, 2024
1 parent 6fc8d5b commit 6ed08ae
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion test/bigtest/network/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,33 @@ export default function configure() {
configs: []
});

this.get('/bl-users/_self', {});
this.get('/bl-users/_self', {
'user': {
'username': 'diku_admin',
'id': '882c886a-2d9a-5ffa-afc5-13912c257b99',
'active': true,
'patronGroup': '3684a786-6671-4268-8ed0-9db82ebca60b',
'proxyFor': [
],
'personal': {
'lastName': 'ADMINISTRATOR',
'firstName': 'DIKU',
'email': '[email protected]',
'addresses': [
]
},
'createdDate': '2024-01-22T01:55:50.661+00:00',
'updatedDate': '2024-01-22T01:55:50.661+00:00',
'metadata': {
'createdDate': '2024-01-22T01:52:08.076+00:00',
'updatedDate': '2024-01-22T01:55:50.656+00:00',
'updatedByUserId': '882c886a-2d9a-5ffa-afc5-13912c257b99'
},
'departments': [
]
}
});

this.post('/bl-users/password-reset/validate', () => {
return new Response(204, {}, '');
});
Expand Down

0 comments on commit 6ed08ae

Please sign in to comment.