Commit 79d91120 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add plugin queue to all_queues.yml

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 98831a48
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
- new_note - new_note
- pages - pages
- pages_domain_verification - pages_domain_verification
- plugin
- post_receive - post_receive
- process_commit - process_commit
- project_cache - project_cache
......
...@@ -21,7 +21,7 @@ describe PluginWorker do ...@@ -21,7 +21,7 @@ describe PluginWorker do
allow(Gitlab::Plugin).to receive(:execute).with(filename, data).and_raise('Permission denied') allow(Gitlab::Plugin).to receive(:execute).with(filename, data).and_raise('Permission denied')
expect { subject.perform(filename, data) }.to_not raise_error expect { subject.perform(filename, data) }.not_to raise_error
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment