Skip to content
Snippets Groups Projects

Geo: send the new event type with the backfill function

Merged Gabriel Mazetto requested to merge 1645-backfill into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -84,6 +84,8 @@
backfill = Geo::RepositoryBackfillService.new(project, geo_node)
post api('/geo/receive_events'), backfill.send(:hook_data), geo_token_header
puts "RESPONSE: response.inspect"
expect(response.status).to eq 201
end
end
Loading