Allow hardcoding of protocol and port components of root_url alongside host
[arvados.git] / services / keepproxy / keepproxy_test.go
index b5e30de4e44f55352285730896cbf8f901ea69cb..e87fa4afd0db660c16af8a7ec78e68027620c531 100644 (file)
@@ -186,9 +186,6 @@ func (s *ServerRequiredSuite) TestStorageClassesHeader(c *C) {
        content := []byte("Very important data")
        _, _, err := kc.PutB(content)
        c.Check(err, NotNil)
-       // errNotFound, _ := err.(*keepclient.ErrNotFound)
-       // c.Check(errNotFound.Temporary(), Equals, true)
-       // c.Assert(err, ErrorMatches, ".*connection refused.*")
        c.Check(hdr.Get("X-Keep-Storage-Classes"), Equals, "secure")
 }