From 72146bd282639a4104691061f7a8065b04e5f7b0 Mon Sep 17 00:00:00 2001 From: evan Date: Wed, 3 Apr 2013 15:20:57 -0500 Subject: [PATCH] update for kv code change --- tests/verify_api_timeouts.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/verify_api_timeouts.erl b/tests/verify_api_timeouts.erl index 4bd30d49..bd35a580 100644 --- a/tests/verify_api_timeouts.erl +++ b/tests/verify_api_timeouts.erl @@ -37,7 +37,7 @@ confirm() -> lager:info("testing invalid timeout value"), {error, Tup4} = rhc:get(HC, <<"foo">>, <<"bar">>, [{timeout, asdasdasd}]), ?assertMatch({ok, "400", _, - <<"Bad timeout value \"asdasdasd\", using 60000\n">>}, + <<"Bad timeout value \"asdasdasd\"\n">>}, Tup4), lager:info("testing GET still works before long timeout"),