thibault alix
03/19/2024, 1:21 AMwillRespondWith: {
status: 200,
headers: { 'Content-Type': 'text/html; charset=utf-8' },
body: somethingLike('<html>some content</html>')
}
actual response from the provider is:
<html>
<head>
lots of stuff
</body>
</html>
current error:
Expected body '{"value":"<html></html>","pact:matcher:type":"type"}' to match '
<html>
<head>
lots of stuff
</body>
</html>'
thank you!Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
thibault alix
03/21/2024, 2:45 PM<html>
and ends with </html>
?Matt (pactflow.io / pact-js / pact-go)