diff --git a/pkg/plugin/implementation/reqpreprocessor/reqpreprocessor_test.go b/pkg/plugin/implementation/reqpreprocessor/reqpreprocessor_test.go index c327598..960d7ea 100644 --- a/pkg/plugin/implementation/reqpreprocessor/reqpreprocessor_test.go +++ b/pkg/plugin/implementation/reqpreprocessor/reqpreprocessor_test.go @@ -9,11 +9,12 @@ import ( "testing" ) +// ToDo Separate Middleware creation and execution. func TestNewPreProcessorSuccessCases(t *testing.T) { tests := []struct { name string config *Config - requestBody map[string]interface{} + requestBody map[string]any expectedID string }{ {