Fix test plan for SKIPS.
This commit is contained in:
parent
1fc291954d
commit
d14fcd963c
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ cmp_deeply(
|
||||||
|
|
||||||
SKIP: {
|
SKIP: {
|
||||||
|
|
||||||
skip 'No userId for testing', 2 unless $hasRealUserId;
|
skip 'No userId for testing', 1 unless $hasRealUserId;
|
||||||
|
|
||||||
my $response = $driver->_doXmlRequest($xml);
|
my $response = $driver->_doXmlRequest($xml);
|
||||||
ok($response->is_success, '_doXmlRequest to USPS successful for 2 items in cart');
|
ok($response->is_success, '_doXmlRequest to USPS successful for 2 items in cart');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue