Skip to content

Commit

Permalink
wip: update plugin config for test TestHttpV4TypeSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 26, 2022
1 parent 359b251 commit cdd6085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/http_v4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestHttpV4TypeSystem(t *testing.T) {
WillRespondWith(200, func(b *V4InteractionWithPluginResponseBuilder) {
b.
Header("Content-Type", S("application/protobufs")).
PluginContents("application/protobufs", "")
PluginContents("application/protobufs", "{}")
}).
ExecuteTest(t, func(msc MockServerConfig) error {
// <- normally run the actually test here.
Expand Down

0 comments on commit cdd6085

Please sign in to comment.