Ash Wilson | 6425a41 | 2014-08-29 12:30:35 -0400 | [diff] [blame^] | 1 | package openstack |
2 | |||||
3 | import ( | ||||
4 | "testing" | ||||
5 | |||||
6 | "github.com/rackspace/gophercloud/testhelper" | ||||
7 | ) | ||||
8 | |||||
9 | func TestAuthenticate(t *testing.T) { | ||||
10 | testhelper.SetupHTTP() | ||||
11 | defer testhelper.TeardownHTTP() | ||||
12 | } |