fix typo: Container -> HomeDocument/Ping
diff --git a/openstack/cdn/v1/base/requests_test.go b/openstack/cdn/v1/base/requests_test.go
index 3d387de..4077022 100644
--- a/openstack/cdn/v1/base/requests_test.go
+++ b/openstack/cdn/v1/base/requests_test.go
@@ -7,7 +7,7 @@
 	fake "github.com/rackspace/gophercloud/testhelper/client"
 )
 
-func TestGetContainer(t *testing.T) {
+func TestGetHomeDocument(t *testing.T) {
 	th.SetupHTTP()
 	defer th.TeardownHTTP()
 	HandleGetSuccessfully(t)
@@ -35,7 +35,7 @@
 	th.CheckDeepEquals(t, expected, *actual)
 }
 
-func TestPingContainer(t *testing.T) {
+func TestPing(t *testing.T) {
 	th.SetupHTTP()
 	defer th.TeardownHTTP()
 	HandlePingSuccessfully(t)