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:
Malini Kamalambal
2015-02-11 12:34:54 -05:00
parent d69be9485a
commit f3a8669874
2 changed files with 2 additions and 2 deletions

View File

@@ -173,5 +173,6 @@
"rules": [{"name": "rule1", "referrer": "abc"}]
}
}
]
],
"empty_list": []
}

View File

@@ -16,7 +16,6 @@
"rules": [{"name" : "origin", "request_url" : "/origin.htm"}]}
}
],
"empty_list": [],
"empty_dict":[{}],
"remove_name": [
{"op": "remove",