Add plugin queue to all_queues.yml
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
98831a4867
commit
79d911204c
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue