From eea6e5fa9e68d40b8997d23ebb8872bd4abf50e4 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 22 Sep 2021 10:16:50 -0400 Subject: [PATCH] LP1905028: Make live tests chill out Signed-off-by: Jason Boyer --- Open-ILS/src/perlmods/live_t/33-lp1905028-price-vs-cost.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Open-ILS/src/perlmods/live_t/33-lp1905028-price-vs-cost.t b/Open-ILS/src/perlmods/live_t/33-lp1905028-price-vs-cost.t index e393c57c6a..33d45e8128 100644 --- a/Open-ILS/src/perlmods/live_t/33-lp1905028-price-vs-cost.t +++ b/Open-ILS/src/perlmods/live_t/33-lp1905028-price-vs-cost.t @@ -1,6 +1,6 @@ #!perl -use Test::More tests => 55; +use Test::More tests => 54; diag('Item price vs cost settings'); @@ -406,9 +406,7 @@ sub setupLogin { username => 'admin', password => 'demo123', type => 'staff'}); - ok( $script->authtoken, 'Have an authtoken'); my $ws = $script->register_workstation(WORKSTATION_NAME,WORKSTATION_LIB); - ok( ! ref $ws, 'Registered a new workstation'); $script->logout(); } @@ -417,5 +415,4 @@ sub setupLogin { password => 'demo123', type => 'staff', workstation => WORKSTATION_NAME}); - ok( $script->authtoken, 'Have an authtoken associated with the workstation'); } -- 2.11.0