From 1ae7a164613d46800380aa53885b72593885e99e Mon Sep 17 00:00:00 2001 From: tanyamadaan Date: Fri, 4 Apr 2025 11:06:54 +0530 Subject: [PATCH] fix in type --- .../implementation/reqpreprocessor/reqpreprocessor_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }{ {