xuang7 commented on code in PR #6130:
URL: https://github.com/apache/texera/pull/6130#discussion_r3549359900
##########
frontend/src/app/workspace/service/virtual-environment/virtual-environment.service.spec.ts:
##########
@@ -45,7 +46,7 @@ describe("WorkflowPveService", () => {
expect(resp.veid).toBe(42);
});
- const req = httpTestingController.expectOne("/pve/db");
+ const req =
httpTestingController.expectOne(`${AppSettings.getApiEndpoint()}/pve/db`);
Review Comment:
Currently, /pve/db handles CRUD operations for the user’s saved environment
definitions, while /pve/pves lists the environments materialized on a computing
unit. I agree that the naming is not very clear and should be refactored
separately.
--
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]