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" "testing"
) )
// ToDo Separate Middleware creation and execution.
func TestNewPreProcessorSuccessCases(t *testing.T) { func TestNewPreProcessorSuccessCases(t *testing.T) {
tests := []struct { tests := []struct {
name string name string
config *Config config *Config
requestBody map[string]interface{} requestBody map[string]any
expectedID string expectedID string
}{ }{
{ {