SkyeYoung commented on code in PR #3229:
URL: https://github.com/apache/apisix-dashboard/pull/3229#discussion_r2434930996
##########
e2e/tests/stream_routes.show-disabled-error.spec.ts:
##########
@@ -67,11 +68,11 @@ const updateAPISIXConf = async (
const restartDockerServices = async () => {
await execAsync('docker compose restart apisix', { cwd: getE2EServerDir() });
- const url = 'http://127.0.0.1:6174/ui/';
+ const url = env.E2E_TARGET_URL;
Review Comment:
Replace with global environment variables to reduce duplication
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]