fix POD id type in API 39/1639/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 16 Sep 2015 12:58:27 +0000 (14:58 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 16 Sep 2015 12:58:27 +0000 (14:58 +0200)
commit08fac324eab7f3078631d96a288423745a9cacd5
tree6d8059ee283f2c0ec9ba2d3f293ea9d5e674e30d
parentcaf955024bedf3d794fa902be1929d70a20301bc
fix POD id type in API

the pod_id are defined as int but the APi sent a string, then the API was not working well when filtering on pod_id
we may discuss if a string description would not be more explicit than an id

JIRA: RELENG-7

Change-Id: Ib53263f379047bc4214926f966e40e797e42314e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
utils/test/result_collection_api/resources/handlers.py