test: fix test case match pattern
This commit is contained in:
parent
cd8a3be59d
commit
7d810c2107
|
@ -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">>
|
||||
}
|
||||
}},
|
||||
|
|
Loading…
Reference in New Issue