From 7d810c21075e2380db1599af80ea858300d45616 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 26 Sep 2023 11:40:30 +0200 Subject: [PATCH] test: fix test case match pattern --- .../test/emqx_schema_registry_http_api_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_schema_registry/test/emqx_schema_registry_http_api_SUITE.erl b/apps/emqx_schema_registry/test/emqx_schema_registry_http_api_SUITE.erl index a3055f892..095fd2413 100644 --- a/apps/emqx_schema_registry/test/emqx_schema_registry_http_api_SUITE.erl +++ b/apps/emqx_schema_registry/test/emqx_schema_registry_http_api_SUITE.erl @@ -278,7 +278,7 @@ t_crud(Config) -> <<"code">> := <<"BAD_REQUEST">>, <<"message">> := #{ - <<"expected">> := [_ | _], + <<"expected">> := <<"avro | protobuf">>, <<"field_name">> := <<"type">> } }}, @@ -301,7 +301,7 @@ t_crud(Config) -> <<"code">> := <<"BAD_REQUEST">>, <<"message">> := #{ - <<"expected">> := [_ | _], + <<"expected">> := <<"avro | protobuf">>, <<"field_name">> := <<"type">> } }},