Work with new HTTP testing code

pull/2142/head
Philip O'Toole 2015-04-02 15:28:43 -07:00
parent e4cf36fe29
commit e1b9ddadfe
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ func TestSnapshotHandler(t *testing.T) {
// Ensure that the server will stream out results if a chunked response is requested
func TestHandler_ChunkedResponses(t *testing.T) {
c := test.NewMessagingClient()
c := test.NewDefaultMessagingClient()
defer c.Close()
srvr := OpenAuthlessServer(c)
srvr.CreateDatabase("foo")