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
test: the Insight workspace path is retired, not an alias
Atlassian has removed /rest/servicedeskapi/insight/workspace from Cloud. It
answers 403 with an HTML error page while /assets/workspace answers 200, so
the assertion that the two paths behave identically has been failing on
master since the removal.
What is left worth testing is the deprecation itself, and one thing the pair
used to hide: the retired path is the only live endpoint that refuses with a
body that is not JSON, which makes it the only proof that such a response
still arrives as a typed ForbiddenError carrying its status rather than
failing inside the response parser.
0 commit comments