summaryrefslogtreecommitdiff
path: root/t/lib/test_account.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/test_account.pl')
-rw-r--r--t/lib/test_account.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/test_account.pl b/t/lib/test_account.pl
index 06a2428..1133ea0 100644
--- a/t/lib/test_account.pl
+++ b/t/lib/test_account.pl
@@ -12,7 +12,7 @@ sub test_account_or_skip {
sub test_account {
my $suffix = shift || 'card';
- my($login, $password) = ('TESTMERCHANT', '');
+ my($login, $password) = ('TESTTERMINAL', '');
my %opt;
if ( $suffix eq 'check ' ) {