We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3d58c commit 6cacb3aCopy full SHA for 6cacb3a
test/sso/saml/controller.test.ts
@@ -440,7 +440,7 @@ describe('SamlController', () => {
440
441
expect(mockRes.status).toHaveBeenCalledWith(400);
442
expect(mockRes.json).toHaveBeenCalledWith({
443
- error: 'SSO is not enabled',
+ error: 'SSO is not enabled for this workspace',
444
});
445
446
@@ -452,7 +452,7 @@ describe('SamlController', () => {
452
453
454
455
456
457
458
0 commit comments