From: Dylan William Hardison Date: Tue, 20 Nov 2018 22:30:22 +0000 (-0500) Subject: nit - fix obvious error X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6724fa551dd606a6375ff8619b5b6879f355d66e;p=thirdparty%2Fbugzilla.git nit - fix obvious error --- diff --git a/Bugzilla/Test/Util.pm b/Bugzilla/Test/Util.pm index 5bf167b82..16d82ac1e 100644 --- a/Bugzilla/Test/Util.pm +++ b/Bugzilla/Test/Util.pm @@ -84,6 +84,8 @@ sub issue_api_key { return Bugzilla::User::APIKey->create_special($params); } else { return Bugzilla::User::APIKey->create($params); + } +} sub create_bug { state $check = compile_named(