diff options
Diffstat (limited to 't/61-getDID.t')
-rw-r--r-- | t/61-getDID.t | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/t/61-getDID.t b/t/61-getDID.t index 721db23..fc59f18 100644 --- a/t/61-getDID.t +++ b/t/61-getDID.t @@ -8,17 +8,16 @@ use Test::More; require 't/lib/test_account.pl'; +require Net::GlobalPOPs::MediaServicesAPI; my($login, $password) = test_account_or_skip(); -plan tests => 2; - -use_ok 'Net::GlobalPOPs::MediaServicesAPI'; +plan tests => 1; my $debug = $ENV{TEST_VERBOSE}; my $gp = Net::GlobalPOPs::MediaServicesAPI->new( 'login' => $login, 'password' => $password, - 'debug' => $debug, + #'debug' => $debug, ); my $return = $gp->getDID(); |