A http client object is designed to have one user context. In the client we are creating lots of users per npm test. By lots I mean more than one.
For adding projects to the sweeper, we attach the user object to it project.user = user.
For Time Entries, we attach the user object to the project, which we add to the TE
time_entry.project.user.
In the future, sweeper's (and checkers for that matter) should use credential precedence.
A http client object is designed to have one user context. In the client we are creating lots of users per
npm test. By lots I mean more than one.For adding projects to the sweeper, we attach the user object to it
project.user = user.For Time Entries, we attach the user object to the project, which we add to the TE
time_entry.project.user.In the future, sweeper's (and checkers for that matter) should use credential precedence.