diff --git a/packages/api-kit/tests/endpoint/index.test.ts b/packages/api-kit/tests/endpoint/index.test.ts index 04618a81e..916b58405 100644 --- a/packages/api-kit/tests/endpoint/index.test.ts +++ b/packages/api-kit/tests/endpoint/index.test.ts @@ -635,7 +635,7 @@ describe('Endpoint tests', () => { txServiceUrl )) - await chai.expect(safeApiKit.getServiceInfo()) + await chai.expect(safeApiKit.getServiceInfo()).to.be.fulfilled chai.expect(fetchData).to.have.been.calledWith({ url: `${txServiceUrl}/v1/about`,