commit | cf0c7fe4ff2e137bd12db8f49312d455e39cf9a4 | [log] [tgz] |
---|---|---|
author | feisky <feiskyer@gmail.com> | Thu Nov 05 22:06:17 2015 +0800 |
committer | Pengfei Ni <feiskyer@gmail.com> | Fri Apr 29 16:11:50 2016 +0800 |
tree | cc6df51fa74f5e63571f5bbacd1b0c75e5b3b266 | |
parent | da5461439aa9b0bbe2a4ad652f459031d7e31c26 [diff] [blame] |
Update blockstorage v2 API
diff --git a/openstack/blockstorage/v2/volumes/urls_test.go b/openstack/blockstorage/v2/volumes/urls_test.go index a95270e..792b19b 100644 --- a/openstack/blockstorage/v2/volumes/urls_test.go +++ b/openstack/blockstorage/v2/volumes/urls_test.go
@@ -21,7 +21,7 @@ func TestListURL(t *testing.T) { actual := listURL(endpointClient()) - expected := endpoint + "volumes" + expected := endpoint + "volumes/detail" th.AssertEquals(t, expected, actual) }