summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-02-22 17:01:43 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-02-22 17:01:43 +0300
commit7a4b0783c86427dce3ec6ff365f0408d2e2108ec (patch)
tree45c87c7bd553bf5f4710c1b07211a791419f136a
parent53fc8ebbe087887680dfa3f4f509508fc9af797f (diff)
downloadrabbitmq-server-git-7a4b0783c86427dce3ec6ff365f0408d2e2108ec.tar.gz
cuttlefish:unvalid/1 expects a string
-rw-r--r--deps/rabbitmq_auth_backend_oauth2/priv/schema/rabbitmq_auth_backend_oauth2.schema4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/rabbitmq_auth_backend_oauth2/priv/schema/rabbitmq_auth_backend_oauth2.schema b/deps/rabbitmq_auth_backend_oauth2/priv/schema/rabbitmq_auth_backend_oauth2.schema
index 705deea02a..cb5700d324 100644
--- a/deps/rabbitmq_auth_backend_oauth2/priv/schema/rabbitmq_auth_backend_oauth2.schema
+++ b/deps/rabbitmq_auth_backend_oauth2/priv/schema/rabbitmq_auth_backend_oauth2.schema
@@ -71,8 +71,8 @@
{ok, Bin} ->
string:trim(Bin, trailing, "\n");
_ ->
- % cuttlefish validators don't work for properties with $name
- cuttlefish:invalid(["file does not exist or cannot be read by the node: ", Path])
+ % cuttlefish validators are not invoked for properties with $variables?
+ cuttlefish:invalid("file does not exist or cannot be read by the node")
end
end,
SigningKeys =