Skip to content

Commit

Permalink
Change MODULE_WHITELIST to MODULE_ALLOWLIST
Browse files Browse the repository at this point in the history
Terms were changed as a result of MQE-2164.  However, the documentation here was not updated to reflect the change.
  • Loading branch information
danmooney2 authored Oct 18, 2023
1 parent 2fb67d1 commit 2e68db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/docker/docker-test-app-mftf.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To set up and run MFTF tests in a Cloud Docker environment:
MAGENTO_BACKEND_NAME=admin
MAGENTO_ADMIN_USERNAME=admin
MAGENTO_ADMIN_PASSWORD=123123q
MODULE_WHITELIST=Magento_Framework,Magento_ConfigurableProductWishlist,Magento_ConfigurableProductCatalogSearch
MODULE_ALLOWLIST=Magento_Framework,Magento_ConfigurableProductWishlist,Magento_ConfigurableProductCatalogSearch
SELENIUM_HOST=selenium"
```

Expand Down

0 comments on commit 2e68db8

Please sign in to comment.