blob: 80685542fd4a76a0ecba17b1a39ee6160a3e2e07 [file] [log] [blame]
Ash Wilson6425a412014-08-29 12:30:35 -04001package openstack
2
3import (
4 "testing"
5
6 "github.com/rackspace/gophercloud/testhelper"
7)
8
9func TestAuthenticate(t *testing.T) {
10 testhelper.SetupHTTP()
11 defer testhelper.TeardownHTTP()
12}