summaryrefslogtreecommitdiff
path: root/heat/tests/autoscaling/test_heat_scaling_policy.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/autoscaling/test_heat_scaling_policy.py')
-rw-r--r--heat/tests/autoscaling/test_heat_scaling_policy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/heat/tests/autoscaling/test_heat_scaling_policy.py b/heat/tests/autoscaling/test_heat_scaling_policy.py
index 1ff733926..8af526ece 100644
--- a/heat/tests/autoscaling/test_heat_scaling_policy.py
+++ b/heat/tests/autoscaling/test_heat_scaling_policy.py
@@ -183,7 +183,6 @@ class ScalingPolicyAttrTest(common.HeatTestCase):
self.assertEqual('Signature', args[1].split('=')[0])
self.assertEqual('SignatureMethod', args[2].split('=')[0])
self.assertEqual('SignatureVersion', args[3].split('=')[0])
- self.assertEqual('Timestamp', args[4].split('=')[0])
def test_signal_attribute(self):
heat_plugin = self.stack.clients.client_plugin('heat')