summary refs log tree commit diff
path: root/t/rest
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-06-23 15:39:27 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-06-23 15:39:27 +0100
commitc7e090003f60cccd5289f90d04c6892598531ae0 (patch)
tree18a6d901ebc563f3d47c8741fe07bcf83e14c0a7 /t/rest
parentprepared for release (diff)
downloadnet-riak-c7e090003f60cccd5289f90d04c6892598531ae0.tar.gz
new release adds status line on unexpected response
Diffstat (limited to 't/rest')
-rw-r--r--t/rest/populate_object.t2
1 files changed, 1 insertions, 1 deletions
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};