From 89e423b1c935263bef95b93e120277840e2bf9e4 Mon Sep 17 00:00:00 2001 From: Mohan Gandhi Date: Wed, 15 Oct 2014 00:11:37 +0000 Subject: [PATCH] EMR: Updated test for describe-cluster --- tests/unit/customizations/emr/test_describe_cluster.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/unit/customizations/emr/test_describe_cluster.py b/tests/unit/customizations/emr/test_describe_cluster.py index aed8739bd290..11e903eed337 100644 --- a/tests/unit/customizations/emr/test_describe_cluster.py +++ b/tests/unit/customizations/emr/test_describe_cluster.py @@ -54,6 +54,9 @@ } } list_instance_groups_result_mock = { + "ResponseMetadata": { + "RequestId": '12ec323c-50b1-11e4-b653-afa4228d882f' + }, "InstanceGroups": [ { "RequestedInstanceCount": 1, @@ -101,6 +104,9 @@ } list_bootstrap_actions_result_mock = { + "ResponseMetadata": { + "RequestId": '12ec323c-50b1-11e4-b653-afa4228d882f' + }, "BootstrapActions": [ { "Args": [], @@ -111,6 +117,9 @@ } list_instances_result_mock = { + "ResponseMetadata": { + "RequestId": '12ec323c-50b1-11e4-b653-afa4228d882f' + }, "Instances": [ { "Status": {