From 46ebcf4dddb1a3e4d657cf29b5ee116aaeff02c9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 16 May 2019 14:07:25 -0500 Subject: [PATCH] Bug 22917: Fix typo in another test file It looks safe to do it here and now. Signed-off-by: Jonathan Druart --- t/db_dependent/Log.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Log.t b/t/db_dependent/Log.t index dbdf0e2fbf..82c9b59012 100644 --- a/t/db_dependent/Log.t +++ b/t/db_dependent/Log.t @@ -46,7 +46,7 @@ ok($success, "GetLogs returns results for an open search"); eval { # FIXME: US formatted date hardcoded into test for now - my $date = output_pref( { dt => dt_from_string, datenonly => 1, dateformat => 'iso' } ); + my $date = output_pref( { dt => dt_from_string, dateonly => 1, dateformat => 'iso' } ); $success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } ); } or do { diag($@); -- 2.11.0