We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d81a5 commit e4e5e1aCopy full SHA for e4e5e1a
test/eos-grpc-test
@@ -118,8 +118,8 @@ eos-grpc-ns --token $authkey -p $prefix/t_grpc --acl u:1003=r --position 5 acl |
118
eos rmdir $prefix/t_grpc/
119
120
#quota
121
-eos-grpc-ns --token false quota | grep "you are not a quota administrator" || exit -12
122
-eos-grpc-ns --token $authkey quota | grep "you are not a quota administrator" && exit -12
+#eos-grpc-ns --token false quota | grep "you are not a quota administrator" || exit -12
+#eos-grpc-ns --token $authkey quota | grep "you are not a quota administrator" && exit -12
123
124
#user quota
125
eos-grpc-ns --token $authkey -p $prefix --inodes 123 --volume 6000000000 --username nobody quota set | grep error && exit -13
0 commit comments