Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
#!perl
-use Test::More tests => 55;
+use Test::More tests => 54;
diag('Item price vs cost settings');
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();
}
password => 'demo123',
type => 'staff',
workstation => WORKSTATION_NAME});
- ok( $script->authtoken, 'Have an authtoken associated with the workstation');
}