forked from TrueCloudLab/frostfs-testlib
[#343] Extend testsuites for PATCH method
Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
This commit is contained in:
parent
9e3380d519
commit
0a3de927a2
3 changed files with 28 additions and 4 deletions
|
@ -52,6 +52,7 @@ class Operations:
|
|||
SEARCH_OBJECT = "SearchObject"
|
||||
HEAD_OBJECT = "HeadObject"
|
||||
PUT_OBJECT = "PutObject"
|
||||
PATCH_OBJECT = "PatchObject"
|
||||
|
||||
|
||||
class Verb(HumanReadableEnum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue