diff options
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/test_account.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/t/lib/test_account.pl b/t/lib/test_account.pl index 69f8c89..7b10473 100644 --- a/t/lib/test_account.pl +++ b/t/lib/test_account.pl @@ -2,14 +2,11 @@ sub test_account { # fill all these fields in to test out transactions my %opts = ( - server =>'', # be sure to leave out the 'https://' + login => '', #userid + password => '', #gid platform => '', - gid => '', - tid => '', - userid=> 'name@server.com', - port => 443, - env => 'test', appid => '' + #tid => '', ); return %opts; |