commit | d213969cb2744a8cab807c7b4e0ec5c8b6a2ab8e | [log] [tgz] |
---|---|---|
author | Ildar Svetlov <isvetlov@mirantis.com> | Tue Nov 10 15:16:16 2020 +0400 |
committer | Ildar Svetlov <isvetlov@mirantis.com> | Tue Nov 10 15:16:16 2020 +0400 |
tree | 2993d8f1989ea5f93e366921296aecd547d6eb0b | |
parent | 9ae28bafbe89a6dcc1d05858943d2e127f7e599e [diff] [blame] |
Bring partially https://github.com/gophercloud/gophercloud/pull/1221 Change-Id: I185e1991b68a22b387d043bc32bef79cd4c3dc4e Related-To: PRODX-8893
diff --git a/openstack/orchestration/v1/stacks/utils_test.go b/openstack/orchestration/v1/stacks/utils_test.go index a20ca1b..591edf8 100644 --- a/openstack/orchestration/v1/stacks/utils_test.go +++ b/openstack/orchestration/v1/stacks/utils_test.go
@@ -21,7 +21,7 @@ th.AssertEquals(t, string(te.Bin), `london bridge is falling down: my fair lady`) } -func TesttoStringKeys(t *testing.T) { +func TestToStringKeys(t *testing.T) { var test1 interface{} = map[interface{}]interface{}{ "Adam": "Smith", "Isaac": "Newton",