Merge "Drop query parameter 'id' from identity mapping"
This commit is contained in:
@@ -27,9 +27,7 @@ class Mapping(resource.Resource):
|
||||
create_method = 'PUT'
|
||||
commit_method = 'PATCH'
|
||||
|
||||
_query_mapping = resource.QueryParameters(
|
||||
'id',
|
||||
)
|
||||
_query_mapping = resource.QueryParameters()
|
||||
|
||||
# Properties
|
||||
#: The rules of this mapping. *Type: list*
|
||||
|
||||
@@ -38,7 +38,6 @@ class TestMapping(base.TestCase):
|
||||
|
||||
self.assertDictEqual(
|
||||
{
|
||||
'id': 'id',
|
||||
'limit': 'limit',
|
||||
'marker': 'marker',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user