Commit c60612bb authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix Geo API specs

parent 94f01caa
......@@ -63,6 +63,7 @@ describe API::Geo, api: true do
describe 'POST /geo/receive_events push events' do
before(:each) { allow_any_instance_of(::Geo::ScheduleRepoUpdateService).to receive(:execute) }
before(:each) { allow_any_instance_of(::Geo::ScheduleRepoFetchService).to receive(:execute) }
let(:push_payload) do
{
......
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