diff --git a/t/Shop/ShipDriver/USPSInternational.t b/t/Shop/ShipDriver/USPSInternational.t index 61ffe38b5..b6962b418 100644 --- a/t/Shop/ShipDriver/USPSInternational.t +++ b/t/Shop/ShipDriver/USPSInternational.t @@ -560,7 +560,7 @@ cmp_deeply( ); SKIP: { - skip 'No userId for testing', 2 unless $hasRealUserId; + skip 'No userId for testing', 1 unless $hasRealUserId; my $response = $driver->_doXmlRequest($xml); ok($response->is_success, '_doXmlRequest to USPS successful for 3 items in cart'); @@ -614,7 +614,7 @@ cmp_deeply( SKIP: { - skip 'No userId for testing', 2 unless $hasRealUserId; + skip 'No userId for testing', 3 unless $hasRealUserId; $cart->empty; $properties = $driver->get(); @@ -649,7 +649,7 @@ SKIP: { SKIP: { - skip 'No userId for testing', 3 unless $hasRealUserId; + skip 'No userId for testing', 4 unless $hasRealUserId; $cart->empty;