commit | 0262e973440f1b4954c30f76d43119804865c9d1 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Fri Jan 24 16:06:56 2014 -0800 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Fri Jan 24 16:06:56 2014 -0800 |
tree | a0cb2b92a1b856d4f2cf0d4314f145c73a4f2207 | |
parent | 8a549ef401853b19af27ddb9206efd060a1bce83 [diff] [blame] |
First monitoring API endpoint implemented
diff --git a/openstack/identity/service_catalog_test.go b/openstack/identity/service_catalog_test.go index 4411b9f..82e4d9a 100644 --- a/openstack/identity/service_catalog_test.go +++ b/openstack/identity/service_catalog_test.go
@@ -1,8 +1,8 @@ package identity import ( - "testing" "encoding/json" + "testing" ) func TestServiceCatalog(t *testing.T) { @@ -88,4 +88,4 @@ return true } return false -} \ No newline at end of file +}