Skip to content
Snippets Groups Projects
Unverified Commit 79d91120 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add plugin queue to all_queues.yml

parent 98831a48
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -84,6 +84,7 @@
- new_note
- pages
- pages_domain_verification
- plugin
- post_receive
- process_commit
- project_cache
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@ describe PluginWorker do
 
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment