fixing json assertion for addUserToGroup.feature (#8145)

This commit is contained in:
nirajacharya2
2024-01-08 14:02:46 +05:45
committed by GitHub
parent 85d4598907
commit ca68005353
2 changed files with 20 additions and 16 deletions
@@ -138,8 +138,10 @@ Feature: add users to group
"message"
],
"properties": {
"type": "string",
"enum": ["Unauthorized"]
"message": {
"type": "string",
"enum": ["Unauthorized"]
}
}
}
}
@@ -172,8 +174,10 @@ Feature: add users to group
"message"
],
"properties": {
"type": "string",
"enum": ["Unauthorized"]
"message" : {
"type": "string",
"enum": ["Unauthorized"]
}
}
}
}