Skip to content

Commit

Permalink
chore: update ffi integration test to align to new error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 27, 2023
1 parent 55f33c3 commit b972004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/consumer.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe('FFI integration test for the HTTP Consumer API', () => {
expected: 'header',
key: 'x-special-header',
mismatch:
"Mismatch with header 'x-special-header': Expected 'header' to be equal to 'WrongHeader'",
"Mismatch with header 'x-special-header': Expected 'WrongHeader' to be equal to 'header'",
type: 'HeaderMismatch',
});
})
Expand Down

0 comments on commit b972004

Please sign in to comment.