about summary refs log tree commit diff
path: root/t/02_error.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02_error.t')
-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 3ab5dcc..336a593 100644
--- a/t/02_error.t
+++ b/t/02_error.t
@@ -4,7 +4,7 @@ use Test::More;
 use Test::Exception;
 
 package test::api::missing_api_base_url;
-use MooseX::Net::API;
+use Net::HTTP::API;
 
 net_api_method user => (method => 'GET', path => '/user/');