Stop httptest server.

This commit is contained in:
Deyuan Deng
2014-10-30 21:15:44 -04:00
parent 41f0929384
commit acf9d23b32
16 changed files with 64 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ func TestClient(t *testing.T) {
})
s := httptest.NewServer(m.Handler)
defer s.Close()
testCases := []string{
"v1beta1",