Update api core tests readme (#39961)

* Update api core tests readme

The example .env provided in the API Core tests readme is obsolete. It needs to reference API_BASE_URL instead of BASE_URL due to recent changes.

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Alejandro López Ariza 2023-08-30 22:24:18 +02:00 committed by GitHub
parent 350f758529
commit 062c2998a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Updated WC API Core tests readme.

View File

@ -62,7 +62,7 @@ The following environment variables can be configured as shown in `.env.example`
```
# Your site's base URL, not including a trailing slash
BASE_URL="https://mysite.com"
API_BASE_URL="https://mysite.com"
# The admin user's username or generated consumer key
USER_KEY=""