core-components: fix error text
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -97,7 +97,7 @@ describe('ProxiedSignInPage', () => {
|
||||
render(Subject);
|
||||
|
||||
await expect(
|
||||
screen.findByText('Request failed with 401 Error'),
|
||||
screen.findByText('Request failed with 401 Unauthorized'),
|
||||
).resolves.toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user