mirror of https://github.com/grpc/grpc-go.git
Lint fix
This commit is contained in:
parent
8da57eb855
commit
4203221fb9
|
|
@ -94,10 +94,10 @@ func parseTestCases(testCaseString string) []testCaseWithWeight {
|
||||||
"ping_pong",
|
"ping_pong",
|
||||||
"empty_stream",
|
"empty_stream",
|
||||||
"timeout_on_sleeping_server",
|
"timeout_on_sleeping_server",
|
||||||
"cancel_after_begin",
|
"cancel_after_begin",
|
||||||
"cancel_after_first_response",
|
"cancel_after_first_response",
|
||||||
"status_code_and_message",
|
"status_code_and_message",
|
||||||
"custom_metadata":
|
"custom_metadata":
|
||||||
default:
|
default:
|
||||||
panic(fmt.Sprintf("unknown test type: %s", testCase[0]))
|
panic(fmt.Sprintf("unknown test type: %s", testCase[0]))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue