diff --git a/pkg/plugin/implementation/requestPreProcessor/cmd/plugin_test.go b/pkg/plugin/implementation/requestPreProcessor/cmd/plugin_test.go index 8b4cfe9..0890dbc 100644 --- a/pkg/plugin/implementation/requestPreProcessor/cmd/plugin_test.go +++ b/pkg/plugin/implementation/requestPreProcessor/cmd/plugin_test.go @@ -34,7 +34,7 @@ func TestProviderNew(t *testing.T) { { name: "With Check Keys", config: map[string]string{ - "CheckKeys": "message_id,transaction_id", + "ContextKeys": "message_id,transaction_id", }, expectedError: false, expectedStatus: http.StatusOK,