catalog-client: fix error message
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -761,7 +761,7 @@ describe('CatalogClient', () => {
|
||||
},
|
||||
'url:http://example.com',
|
||||
),
|
||||
).rejects.toThrow(/Request failed with 500 Error/);
|
||||
).rejects.toThrow(/Request failed with 500 Internal Server Error/);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user