|
|
@@ -916,7 +916,7 @@ do_t_validations(_Config) ->
|
|
|
emqx_utils_json:decode(ResRaw3, [return_maps]),
|
|
|
%% we can't remove certfile now, because it has default value.
|
|
|
?assertMatch({match, _}, re:run(MsgRaw3, <<"enoent">>)),
|
|
|
- ?assertMatch({match, _}, re:run(MsgRaw3, <<"invalid_pem">>)),
|
|
|
+ ?assertMatch({match, _}, re:run(MsgRaw3, <<"ocsp\\.issuer_pem">>)),
|
|
|
ok.
|
|
|
|
|
|
t_unknown_error_fetching_ocsp_response(_Config) ->
|