Skip to content

Commit 4557e04

Browse files
committed
Refactor HA DB HANA config test to streamline extra_vars_override formatting
1 parent 7459385 commit 4557e04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/roles/ha_db_hana/ha_config_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ def test_environment(self, ansible_inventory):
6060
"bin/crm_resource",
6161
"bin/crm",
6262
],
63-
extra_vars_override={
64-
"node_tier": "hana"
65-
}
63+
extra_vars_override={"node_tier": "hana"},
6664
)
6765

6866
os.makedirs(f"{temp_dir}/project/roles/ha_db_hana/tasks/files", exist_ok=True)

0 commit comments

Comments
 (0)