Merge "Add scenario test_server_signal"
diff --git a/functional/test_templates.py b/functional/test_templates.py
index 9d36391..232b30d 100644
--- a/functional/test_templates.py
+++ b/functional/test_templates.py
@@ -47,7 +47,7 @@
             template=self.template
         )
         template_from_client = self.client.stacks.template(stack_identifier)
-        self.assertDictEqual(self.template, template_from_client)
+        self.assertEqual(self.template, template_from_client)
 
     def test_template_version(self):
         template_versions = self.client.template_versions.list()