From 654ffa8cf97e2d035c503ea60fc2715f7bec1ac4 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Tue, 13 Feb 2024 01:18:09 +0000 Subject: [PATCH] fix: matt plugin test req --- test/matt.consumer.integration.spec.ts | 2 +- test/verifier.integration.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(