From 6724fa551dd606a6375ff8619b5b6879f355d66e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 20 Nov 2018 17:30:22 -0500 Subject: [PATCH] nit - fix obvious error --- Bugzilla/Test/Util.pm | 2 ++ 1 file changed, 2 insertions(+) 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( -- 2.47.3