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