summaryrefslogtreecommitdiffstats
path: root/t/011pod.t
diff options
context:
space:
mode:
Diffstat (limited to 't/011pod.t')
-rw-r--r--t/011pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/011pod.t b/t/011pod.t
index 37cd2da37..c3ec39898 100644
--- a/t/011pod.t
+++ b/t/011pod.t
@@ -30,7 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali
use constant SUB_WHITELIST => (
'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/,
'Bugzilla::FlagType' => qr/^sqlify_criteria$/,
- 'Bugzilla::JobQueue' => qr/(?:^work_once|subprocess_worker)$/,
+ 'Bugzilla::JobQueue' => qr/(?:^work_once|work_until_done|subprocess_worker)$/,
'Bugzilla::Search' => qr/^SPECIAL_PARSING$/,
);