1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-22 10:38:37 +00:00

output_processors/postgres: Fix incorrect dict keys

This commit is contained in:
Marc Bonnici 2019-07-17 11:37:21 +01:00
parent 31e08a6477
commit ac5819da8e

View File

@ -209,8 +209,8 @@ class PostgresqlResultProcessor(OutputProcessor):
list(target_pod.get('screen_resolution', [])), list(target_pod.get('screen_resolution', [])),
target_pod.get('prop'), target_pod.get('prop'),
target_pod.get('android_id'), target_pod.get('android_id'),
target_pod.get('pod_version'), target_pod.get('_pod_version'),
target_pod.get('pod_serialization_version'), target_pod.get('_pod_serialization_version'),
) )
) )