Skip to content

Commit

Permalink
Remove duplicate parameter declarations in acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Feb 20, 2024
1 parent 4d7bed3 commit 1be7a40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions spec/helpers/acceptance/tests/package_url_shared_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<<-MANIFEST
api_timeout => 60,
config => {
'cluster.name' => '#{v[:cluster_name]}',
'http.bind_host' => '0.0.0.0',
#{es_config.map { |k, v| " '#{k}' => '#{v}'," }.join("\n")}
},
jvm_options => [
Expand Down
2 changes: 0 additions & 2 deletions spec/helpers/acceptance/tests/slm_policy_shared_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
<<-MANIFEST
api_timeout => 60,
config => {
'cluster.name' => '#{v[:cluster_name]}',
'http.bind_host' => '0.0.0.0',
#{es_config.map { |k, v| " '#{k}' => '#{v}'," }.join("\n")}
},
jvm_options => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<<-MANIFEST
api_timeout => 60,
config => {
'cluster.name' => '#{v[:cluster_name]}',
'http.bind_host' => '0.0.0.0',
#{es_config.map { |k, v| " '#{k}' => '#{v}'," }.join("\n")}
},
jvm_options => [
Expand Down

0 comments on commit 1be7a40

Please sign in to comment.