Skip to content

Commit 86d2d7a

Browse files
committed
chore: fix router worker test
1 parent 70ded57 commit 86d2d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

router/worker_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ var _ = Describe("Proxy Request", func() {
418418
ProxyRequestResponseBody: "Err",
419419
RespContentType: "application/json",
420420
RespStatusCodes: map[int64]int{
421-
1: 500,
422-
2: 501,
421+
1: 400,
422+
2: 400,
423423
},
424424
RespBodys: map[int64]string{
425425
1: "err1",

0 commit comments

Comments
 (0)