From 4a4a1f67fc7ecba0be9371dc23487148f0a78a05 Mon Sep 17 00:00:00 2001 From: alaa-bish Date: Tue, 7 Nov 2023 09:30:08 +0200 Subject: [PATCH] Bug/191 fix database sanity test (#430) * Revert "Bug/issue#383 (#411)" This reverts commit d1a0016b2954d0f7e89834bccb5de5eb8c392116. * Fix Properties map * Skip jelkyll check on database sanity test build issue --------- Co-authored-by: Pradeepsingh Bhati --- .../ntnx_ndb_databases_sanity/tasks/tests.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/tests/integration/targets/ntnx_ndb_databases_sanity/tasks/tests.yml b/tests/integration/targets/ntnx_ndb_databases_sanity/tasks/tests.yml index f6229a43..504ee6d5 100644 --- a/tests/integration/targets/ntnx_ndb_databases_sanity/tasks/tests.yml +++ b/tests/integration/targets/ntnx_ndb_databases_sanity/tasks/tests.yml @@ -279,16 +279,14 @@ properties: "{}" when: properties is undefined -- name: Combine properties - block: - - set_fact: - temp_dict: "{ '{{' }} item['name']: item['value'] {{ '}}' }}" - - set_fact: - properties: "{{ properties | combine(temp_dict) }}" - loop: "{{ result.response.properties }}" +# skip jekyll/Liquid syntax check +# +- name: create properties map + set_fact: + properties: "{{ properties | combine ({ item['name'] : item['value'] }) }}" + loop: "{{result.response.properties}}" no_log: true - - +# - name: Creation Status assert: