From 7a9e8c2f105f89a11a8c84c04842f2f34ae32662 Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Wed, 11 Sep 2024 18:45:08 +0200 Subject: [PATCH] Rename tests Signed-off-by: Timo Stamm --- .../testsuites/data/connect_client_error_endstream.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/app/connectconformance/testsuites/data/connect_client_error_endstream.yaml b/internal/app/connectconformance/testsuites/data/connect_client_error_endstream.yaml index 8292bd85..0a4cd91e 100644 --- a/internal/app/connectconformance/testsuites/data/connect_client_error_endstream.yaml +++ b/internal/app/connectconformance/testsuites/data/connect_client_error_endstream.yaml @@ -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 @@ -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 @@ -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 @@ -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