Update API tests to accomodate for upserts
This patch updates the API tests to make PATCH with empty list a valid operation. Change-Id: Iac4ca3e1df47f3cdd7eefe01e33751205f7d1df1
This commit is contained in:
@@ -173,5 +173,6 @@
|
||||
"rules": [{"name": "rule1", "referrer": "abc"}]
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"empty_list": []
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"rules": [{"name" : "origin", "request_url" : "/origin.htm"}]}
|
||||
}
|
||||
],
|
||||
"empty_list": [],
|
||||
"empty_dict":[{}],
|
||||
"remove_name": [
|
||||
{"op": "remove",
|
||||
|
||||
Reference in New Issue
Block a user