diff --git a/test/matt.consumer.integration.spec.ts b/test/matt.consumer.integration.spec.ts index fa0adc55..45e5c7a7 100644 --- a/test/matt.consumer.integration.spec.ts +++ b/test/matt.consumer.integration.spec.ts @@ -148,7 +148,7 @@ describe('MATT protocol test', () => { }); it('generates a pact with success', async () => { - const message = await sendMattMessageTCP('hello', HOST, port); + const message = await sendMattMessageTCP('hellotcp', HOST, port); expect(message).to.eq('tcpworld'); const res = tcpProvider.mockServerMatchedSuccessfully(port); diff --git a/test/verifier.integration.spec.ts b/test/verifier.integration.spec.ts index 3d7ce917..9a74f165 100644 --- a/test/verifier.integration.spec.ts +++ b/test/verifier.integration.spec.ts @@ -175,7 +175,7 @@ describe('Verifier Integration Spec', () => { // thread '' panicked at 'Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context // with RUST_BACKTRACE=1 it seems that it relates to fetching from the broker, and something bad // is happening in reqwest - context.skip('from a Pact Broker', () => { + context('from a Pact Broker', () => { context('without authentication', () => { it('should return a successful promise', () => expect(