Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm committed Sep 11, 2024
1 parent bed3232 commit e06b7da
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ testCases:
code: CODE_UNAVAILABLE
message: oops
- request:
testName: error/message-omitted
# The message property is optional - it can be omitted or be an empty string
testName: error/missing-message
service: connectrpc.conformance.v1.ConformanceService
method: Unary
streamType: STREAM_TYPE_UNARY
Expand Down Expand Up @@ -293,7 +294,8 @@ testCases:
code: CODE_UNKNOWN
message: oops
- request:
testName: end-stream/message-omitted
# The message property is optional - it can be omitted or be an empty string
testName: end-stream/missing-message
service: connectrpc.conformance.v1.ConformanceService
method: ServerStream
streamType: STREAM_TYPE_SERVER_STREAM
Expand Down

0 comments on commit e06b7da

Please sign in to comment.