Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Sep 11, 2024
1 parent f028979 commit 7a9e8c2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ testCases:
message: oops
- request:
# Clients must not depend on data in the "debug" key when deserializing details.
testName: error/disregard-detail-debug
testName: error/invalid-details-debug
service: connectrpc.conformance.v1.ConformanceService
method: Unary
streamType: STREAM_TYPE_UNARY
Expand Down Expand Up @@ -143,7 +143,7 @@ testCases:
name: "test.proto"
- request:
# Clients must not depend on data in the "debug" key when deserializing details.
testName: error/missing-detail-debug
testName: error/missing-details-debug
service: connectrpc.conformance.v1.ConformanceService
method: Unary
streamType: STREAM_TYPE_UNARY
Expand Down Expand Up @@ -382,7 +382,7 @@ testCases:
name: "test.proto"
- request:
# Clients must not depend on data in the "debug" key when deserializing details.
testName: end-stream/disregard-detail-debug
testName: end-stream/invalid-details-debug
service: connectrpc.conformance.v1.ConformanceService
method: ServerStream
streamType: STREAM_TYPE_SERVER_STREAM
Expand Down Expand Up @@ -421,7 +421,7 @@ testCases:
name: "test.proto"
- request:
# Clients must not depend on data in the "debug" key when deserializing details.
testName: end-stream/missing-detail-debug
testName: end-stream/missing-details-debug
service: connectrpc.conformance.v1.ConformanceService
method: ServerStream
streamType: STREAM_TYPE_SERVER_STREAM
Expand Down

0 comments on commit 7a9e8c2

Please sign in to comment.