summaryrefslogtreecommitdiff
path: root/t/20-vrr.t
diff options
context:
space:
mode:
Diffstat (limited to 't/20-vrr.t')
-rw-r--r--t/20-vrr.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/20-vrr.t b/t/20-vrr.t
index c97b376..a53d71a 100644
--- a/t/20-vrr.t
+++ b/t/20-vrr.t
@@ -14,6 +14,8 @@ sub efa_conf {
my $ret = {
origin => ['Essen', 'HBf'],
destination => ['Koeln', 'HBf'],
+ lwp_options => {},
+ submit => 0,
};
foreach my $p (@_) {
$ret->{$p->[0]} = $p->[1];