Skip to content

Commit

Permalink
[API] Fixes ingest unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 23, 2024
1 parent 6ab7f59 commit 9fcba87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
end

it 'performs the request' do
expect(client_double.ingest.delete_geoip_database(id: 'foo', body: {})).to be_a Elasticsearch::API::Response
expect(client_double.ingest.delete_geoip_database(id: 'foo')).to be_a Elasticsearch::API::Response
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
end

it 'performs the request' do
expect(client_double.ingest.delete_ip_location_database(id: 'foo', body: {})).to be_a Elasticsearch::API::Response
expect(client_double.ingest.delete_ip_location_database(id: 'foo')).to be_a Elasticsearch::API::Response
end
end

0 comments on commit 9fcba87

Please sign in to comment.