Skip to content

Commit

Permalink
fix: update consumer test header matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Aug 21, 2022
1 parent 7974e3c commit de50f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/consumer_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ var rawTest = func(query string) func(config consumer.MockServerConfig) error {
}

var commonHeaders = Map{
"Content-Type": Regex("application/json; charset=utf-8", `application\/json`),
"Content-Type": S("application/json"),
}

var legacyTest = func() func(config consumer.MockServerConfig) error {
Expand Down

0 comments on commit de50f1b

Please sign in to comment.