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
The unit tests were referencing the same variable over and over again
(known as `url`). After concatenating to it, the following tests were
running requests against odd URLs like /v1/apps/foo/config/builds, which
would obviously return a 404. I've updated the unit tests to properly
check for a 403 response.
0 commit comments