summaryrefslogtreecommitdiff
path: root/t/01conf04.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01conf04.t')
-rw-r--r--t/01conf04.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01conf04.t b/t/01conf04.t
index 0ad4b64..dcce2a4 100644
--- a/t/01conf04.t
+++ b/t/01conf04.t
@@ -31,7 +31,7 @@ my $cfg = new TestConfig(
'core.tempdir' => '/tmp',
'backend.file.local' => 1
],
- parameters => \%keywords,
+ lexicon => \%keywords,
expect => [ 'mandatory variable "core.retain-interval" not set',
'mandatory variable "backend.file.name" not set' ]);
ok($cfg->errors()==2);

Return to:

Send suggestions and report system problems to the System administrator.