fixing json assertion for removeUserFromGroup.feature (#8146)

This commit is contained in:
nirajacharya2
2024-01-08 14:03:09 +05:45
committed by GitHub
parent ca68005353
commit 94407c6e0b
2 changed files with 6 additions and 4 deletions
@@ -178,8 +178,10 @@ Feature: remove a user from a group
"message"
],
"properties": {
"type": "string",
"enum": ["Unauthorized"]
"message": {
"type": "string",
"enum": ["Unauthorized"]
}
}
}
}