From 0524c3b3b17719677035ef1768fe08b82b8ca5fd Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Wed, 19 Jul 2023 11:05:03 +0800 Subject: [PATCH] test: configs SUITE crash --- apps/emqx_management/test/emqx_mgmt_api_configs_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_management/test/emqx_mgmt_api_configs_SUITE.erl b/apps/emqx_management/test/emqx_mgmt_api_configs_SUITE.erl index 887d88188..8ff3c1794 100644 --- a/apps/emqx_management/test/emqx_mgmt_api_configs_SUITE.erl +++ b/apps/emqx_management/test/emqx_mgmt_api_configs_SUITE.erl @@ -393,7 +393,7 @@ get_configs_with_json(Node, Opts) -> end. get_configs_with_binary(Key) -> - get_configs_with_binary(Key, node()). + get_configs_with_binary(Key, atom_to_list(node())). get_configs_with_binary(Key, Node) -> Path0 = "configs?node=" ++ Node,