Fixes #37986, #37982 - Fix UI Error when importing templates #72
Annotations
3 errors
Run rake test:foreman_templates:
foreman_templates/test/functional/api/v2/template_controller_test.rb#L97
Failure: test_0007_should not update locked template on import with legacy lock
--- expected
+++ actual
@@ -1 +1 @@
-"This template is locked. Please clone it to a new template to customize."
+["This template is locked. Please clone it to a new template to customize."]
|
Run rake test:foreman_templates:
foreman_templates/test/functional/api/v2/template_controller_test.rb#L77
Failure: test_0006_should not update locked template on import
--- expected
+++ actual
@@ -1 +1 @@
-"This template is locked. Please clone it to a new template to customize."
+["This template is locked. Please clone it to a new template to customize."]
|
Run rake test:foreman_templates
Process completed with exit code 1.
|
Loading