blob: 80685542fd4a76a0ecba17b1a39ee6160a3e2e07 [file] [log] [blame]
package openstack
import (
"testing"
"github.com/rackspace/gophercloud/testhelper"
)
func TestAuthenticate(t *testing.T) {
testhelper.SetupHTTP()
defer testhelper.TeardownHTTP()
}