Merge pull request #23242 from backstage/rugvip/auth-limited
backend-{plugin,app}-api: updates for new cookie auth design
This commit is contained in:
@@ -236,7 +236,7 @@ describe('resourcesRoutes', () => {
|
||||
.expect(401, {
|
||||
error: {
|
||||
name: 'AuthenticationError',
|
||||
message: '',
|
||||
message: 'Missing credentials',
|
||||
},
|
||||
request: {
|
||||
method: 'POST',
|
||||
@@ -508,7 +508,7 @@ describe('resourcesRoutes', () => {
|
||||
.expect(401, {
|
||||
error: {
|
||||
name: 'AuthenticationError',
|
||||
message: '',
|
||||
message: 'Missing credentials',
|
||||
},
|
||||
request: {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user