فهرست منبع

test: fix failed tests

JianBo He 2 سال پیش
والد
کامیت
6ab8e31db0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/emqx_management/test/emqx_mgmt_api_clients_SUITE.erl

+ 1 - 1
apps/emqx_management/test/emqx_mgmt_api_clients_SUITE.erl

@@ -179,7 +179,7 @@ t_clients_bad_value_type(_) ->
         #{
         #{
             <<"code">> := <<"INVALID_PARAMETER">>,
             <<"code">> := <<"INVALID_PARAMETER">>,
             <<"message">> :=
             <<"message">> :=
-                <<"the ip_address parameter expected type is ip, but the got value is 127.0.0.1:8080">>
+                <<"the ip_address parameter expected type is ip, but the value is 127.0.0.1:8080">>
         },
         },
         emqx_utils_json:decode(Resp, [return_maps])
         emqx_utils_json:decode(Resp, [return_maps])
     ).
     ).