Merge "Add gabbi api tests for stack update/patch-update"
diff --git a/functional/test_templates.py b/functional/test_templates.py
index 80ce685..398af5e 100644
--- a/functional/test_templates.py
+++ b/functional/test_templates.py
@@ -53,7 +53,8 @@
"2012-12-12", "2010-09-09",
"2016-04-08", "2016-10-14", "newton",
"2017-02-24", "ocata",
- "2017-09-01", "pike"]
+ "2017-09-01", "pike",
+ "2018-03-02", "queens"]
for template in template_versions:
self.assertIn(template.version.split(".")[1],
supported_template_versions)