Yicong-Huang commented on code in PR #6130:
URL: https://github.com/apache/texera/pull/6130#discussion_r3548022524
##########
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:
`/pve/db` is just too bad of name choice: by reading the api, I don't know
what operation it is conduction. we should refactor it 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]