Skip to content

Commit 42e8292

Browse files
committed
Clarification on where REST artifacts come from
1 parent 2651e8e commit 42e8292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Usually during development you only need to run `npm test`, but if you want you
9090
#### Integration test
9191

9292
The integration tests are generated on the fly by the runner you will find inside `test/integration`.
93-
Once you execute it, it will clone the Elasticsearch repository and checkout the correct version to grab the [YAML REST test files](https://github.com/elastic/elasticsearch/tree/main/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test) in the Elasticsearch repo.
93+
Once you execute it, it will fetch the [YAML REST test files](https://github.com/elastic/elasticsearch/tree/main/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test) from our artifacts API.
9494
These are used to generate the integration tests.
9595

9696
Usually this step is executed by CI since it takes some time, but you can easily run this yourself!

0 commit comments

Comments
 (0)