Fixes #37986, #37982 - Fix UI Error when importing templates #71
Annotations
6 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:
foreman_templates/test/unit/template_importer_test.rb#L225
Failure: test_0001_should not update locked templates
--- 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/unit/template_importer_test.rb#L320
Failure: test_0003_should not update locked template and keep new unlocked
--- 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/unit/template_importer_test.rb#L320
Failure: test_0004_should not update locked template and lock new template
--- 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