Skip to content

Commit

Permalink
Add negative testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
vikin91 committed Oct 11, 2023
1 parent 6dc762a commit 117a319
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _integration-tests/echo_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,17 @@ func testWithEchoService(t *testing.T, serverPreferGRPCWeb bool) {
expectClientStreamOK: false,
expectBidiStreamOK: false,
},
{
targetID: "downgrading-grpc",
behindHTTP1ReverseProxy: true,
useProxy: true,
forceDowngrade: true,
customContentType: "dummy",
expectUnaryOK: false,
expectServerStreamOK: false,
expectClientStreamOK: false,
expectBidiStreamOK: false,
},
}

for _, c := range cases {
Expand Down

0 comments on commit 117a319

Please sign in to comment.