Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: thedae <[email protected]>
  • Loading branch information
thedae committed Jan 14, 2025
1 parent 9dc6162 commit fde7b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/merging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ func TestNewMergeDataMiddleware_sequential(t *testing.T) {
{URLPattern: "/"},
{URLPattern: "/aaa/{{.Resp0_array}}"},
{URLPattern: "/aaa/{{.Resp0_int}}/{{.Resp0_string}}/{{.Resp0_bool}}/{{.Resp0_float}}/{{.Resp0_struct.foo}}"},
{URLPattern: "/aaa/{{.Resp0_int}}/{{.Resp0_string}}/{{.Resp0_bool}}/{{.Resp0_float}}/{{.Resp0_struct.foo}}?x={{.Resp1_tupu}}", Encoding: "noop"},
{URLPattern: "/aaa/{{.Resp0_int}}/{{.Resp0_string}}/{{.Resp0_bool}}/{{.Resp0_float}}/{{.Resp0_struct.foo}}?x={{.Resp1_tupu}}"},
{URLPattern: "/aaa/{{.Resp0_struct.foo}}/{{.Resp0_struct.struct.foo}}/{{.Resp0_struct.struct.struct.foo}}"},
{URLPattern: "/zzz", Encoding: "noop"},
{URLPattern: "/zzz", Encoding: "no-op"},
{URLPattern: "/hit-me"},
},
Timeout: time.Duration(timeout) * time.Millisecond,
Expand Down

0 comments on commit fde7b2e

Please sign in to comment.