test: configs SUITE crash

This commit is contained in:
zhongwencool 2023-07-19 11:05:03 +08:00
parent 439eb4d029
commit 0524c3b3b1
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ get_configs_with_json(Node, Opts) ->
end. end.
get_configs_with_binary(Key) -> 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) -> get_configs_with_binary(Key, Node) ->
Path0 = "configs?node=" ++ Node, Path0 = "configs?node=" ++ Node,