Fix small typo in tests

This commit is contained in:
Denis Arh
2020-04-08 14:08:30 +02:00
parent 44498c324c
commit 5facc91fe8
+1 -1
View File
@@ -91,7 +91,7 @@ func TestUserListAll(t *testing.T) {
h.a.GreaterOrEqual(int(aux.Response.Filter.Count), seedCount)
}
func TestUserList_filterForbiden(t *testing.T) {
func TestUserList_filterForbidden(t *testing.T) {
h := newHelper(t)
h.allow(types.UserPermissionResource.AppendWildcard(), "read")