test: updated test expectation

This commit is contained in:
Saw-jan
2024-07-18 09:44:31 +05:45
parent a93a74f9d1
commit 244f2bc937
9 changed files with 17 additions and 42 deletions

View File

@@ -140,7 +140,7 @@ Feature: add users to group
"properties": {
"message": {
"type": "string",
"enum": ["Unauthorized"]
"enum": ["Forbidden"]
}
}
}
@@ -176,7 +176,7 @@ Feature: add users to group
"properties": {
"message" : {
"type": "string",
"enum": ["Unauthorized"]
"enum": ["Forbidden"]
}
}
}