You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STCOR-798 fully populate /bl-users/_self API response in tests (#1401)
Provide a fully-populated user object, instead of an empty one, from
`/bl-users/_self` in tests. Tests that expect an authenticated user may
fail if they end up calling the endpoint and don't receive the expected
data. It's unclear exactly why we're hitting this glitch now, but here
we are. 🤷
h/t @JohnC-80 for figuring this out. He deserves the credit here; I'm
just the codemonkey who happened to be available to implement his
suggested fix.
Refs STCOR-798
0 commit comments