From df73e3ab02df87e1b95297c8ce73a868e96faa4e Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Fri, 7 Oct 2022 13:22:38 +0200 Subject: [PATCH] Fix indentation in test script bashate 2.1.1 now also verifies the indentation of comments, so watch out. Change-Id: Ia423d8e96884cf1f5a1edbf768ad3202af4bdc86 --- tests/test-magnum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-magnum.sh b/tests/test-magnum.sh index 90403e0bb3..16844ba9e7 100755 --- a/tests/test-magnum.sh +++ b/tests/test-magnum.sh @@ -15,7 +15,7 @@ function test_magnum_clusters { } function test_trove { - # smoke test + # smoke test openstack database instance list openstack database cluster list }