fix in type

This commit is contained in:
tanyamadaan
2025-04-04 11:06:54 +05:30
parent 159ff956d3
commit 1ae7a16461

View File

@@ -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
}{
{