summaryrefslogtreecommitdiffstats
path: root/test/recipes/25-test_sid.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/25-test_sid.t')
-rw-r--r--test/recipes/25-test_sid.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recipes/25-test_sid.t b/test/recipes/25-test_sid.t
index 82f567f114..7d35e98c2d 100644
--- a/test/recipes/25-test_sid.t
+++ b/test/recipes/25-test_sid.t
@@ -24,5 +24,6 @@ plan tests => 2;
require_ok(srctop_file('test','recipes','tconversion.pl'));
subtest 'sid conversions' => sub {
- tconversion("sid", srctop_file("test","testsid.pem"), "sess_id");
+ tconversion( -type => 'sid', -in => srctop_file("test","testsid.pem"),
+ -args => ["sess_id"] );
};