fix in type
This commit is contained in:
@@ -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
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user