blob: f3e4de1b042d934bd1b2d3545676fbbd9759b7fa [file] [log] [blame]
Ash Wilsonc8e68872014-09-16 10:36:56 -04001package pagination
2
3import (
4 "github.com/rackspace/gophercloud"
5 "github.com/rackspace/gophercloud/testhelper"
6)
7
8func createClient() *gophercloud.ServiceClient {
9 return &gophercloud.ServiceClient{
Ash Wilson92c380c2014-10-22 09:14:53 -040010 ProviderClient: &gophercloud.ProviderClient{TokenID: "abc123"},
11 Endpoint: testhelper.Endpoint(),
Ash Wilsonc8e68872014-09-16 10:36:56 -040012 }
13}