Skip to content

Commit

Permalink
fix: matt plugin test req
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 13, 2024
1 parent ffe2e01 commit 654ffa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/matt.consumer.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion test/verifier.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ describe('Verifier Integration Spec', () => {
// thread '<unnamed>' 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(
Expand Down

0 comments on commit 654ffa8

Please sign in to comment.