summary refs log tree commit diff
path: root/t/rest
diff options
context:
space:
mode:
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};