catalog-client: fix error message

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-02-15 13:17:31 +01:00
parent 2636075b2f
commit f4cf3f3dd4
@@ -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/);
});
});
});