From cdd6085f32e86af612ae524acfae8b791ddc9cbf Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Sat, 26 Nov 2022 12:43:39 +1100 Subject: [PATCH] wip: update plugin config for test TestHttpV4TypeSystem --- consumer/http_v4_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/http_v4_test.go b/consumer/http_v4_test.go index 3b61e6c7d..c8dff8efc 100644 --- a/consumer/http_v4_test.go +++ b/consumer/http_v4_test.go @@ -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.