tidy up acceptance tests

This commit is contained in:
Phil Davis
2023-04-21 14:59:50 +05:45
parent 8025b4220e
commit 7fb93058cf
26 changed files with 44 additions and 44 deletions
@@ -118,7 +118,7 @@ Feature: Change data of space
"properties": {
"total" : {
"type": "number",
"enum": [<expectedQuataValue>]
"enum": [<expectedQuotaValue>]
}
}
}
@@ -126,7 +126,7 @@ Feature: Change data of space
}
"""
Examples:
| user | code | expectedQuataValue |
| user | code | expectedQuotaValue |
| Alice | 200 | 100 |
| Brian | 403 | 20 |
| Bob | 403 | 20 |