1
0
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:
Christopher Kolstad 2021-04-28 09:47:44 +02:00
parent 763fe9c9cd
commit 7ec7a219b3

View File

@ -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',
);
});
});