mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: update expected text
This commit is contained in:
parent
763fe9c9cd
commit
7ec7a219b3
@ -20,7 +20,7 @@ test('Using custom auth type without defining custom middleware causes default D
|
||||
.expect(res => {
|
||||
t.is(
|
||||
res.body.error,
|
||||
'You have to configure a custom authentication middleware. Read the docs....',
|
||||
'You have to configure a custom authentication middleware. Read https://docs.getunleash.io/docs/deploy/configuring_unleash for more details',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user