From c7e090003f60cccd5289f90d04c6892598531ae0 Mon Sep 17 00:00:00 2001 From: Robin Edwards Date: Thu, 23 Jun 2011 15:39:27 +0100 Subject: new release adds status line on unexpected response --- t/rest/populate_object.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/rest') diff --git a/t/rest/populate_object.t b/t/rest/populate_object.t index b875ad7..20026be 100644 --- a/t/rest/populate_object.t +++ b/t/rest/populate_object.t @@ -25,7 +25,7 @@ eval { $client->populate_object($object, $response, [200]); }; -like $@, qr/Expected status 200, received 400/, "can't populate with a 400"; +like $@, qr/Expected status 200, received: 400/, "can't populate with a 400"; my $value = {value => 1}; -- cgit 1.4.1