Request validation for /api/collections.* (#5619)

This commit is contained in:
Apoorv Mishra
2023-08-06 22:24:13 +05:30
committed by GitHub
parent 0ddbd9c608
commit 401ae73a04
8 changed files with 481 additions and 260 deletions

View File

@@ -287,7 +287,7 @@ describe("#team.update", () => {
body: {
token: admin.getJwtToken(),
id: collection.id,
permission: "",
permission: null,
},
});