summary refs log tree commit diff
path: root/t/02_error.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-02 18:57:29 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-02 18:57:29 +0200
commit856c715612f3de54ebc51f348ace42a805b2e31d (patch)
tree6604b1bfb2050c5a3f5a9227228081e3a707ca40 /t/02_error.t
parenthandle authentication (diff)
downloadmoosex-net-api-856c715612f3de54ebc51f348ace42a805b2e31d.tar.gz
update tests
Diffstat (limited to '')
-rw-r--r--t/02_error.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_error.t b/t/02_error.t
index a97158e..3ab5dcc 100644
--- a/t/02_error.t
+++ b/t/02_error.t
@@ -12,6 +12,6 @@ package main;
 
 ok my $t = test::api::missing_api_base_url->new;
 dies_ok { $t->user } 'die with missing url';
-like $@, qr/api_base_url is missing/, 'missing api_base_url';
+like $@, qr/'api_base_url' have not been defined/, 'missing api_base_url';
 
 done_testing;