We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadfaea commit ee40292Copy full SHA for ee40292
Rakefile
@@ -62,7 +62,7 @@ namespace :spec do
62
github_token = check_for_token
63
path = 'spec/tmp'
64
filename = 'tests.zip'
65
- url = 'https://api.github.com/repos/elastic/serverless-clients-tests/zipball/main'
+ url = 'https://api.github.com/repos/elastic/elasticsearch-clients-tests/zipball/main'
66
67
File.open(filename, "w") do |downloaded_file|
68
URI.open(
0 commit comments