This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from fceef70e32 chore(deps, agent-service): update agent-service patch
updates (#7482)
add e328232b43 test(agent-service): cover the auth, workflow, and backend
API clients (#7384)
No new revisions were added by this update.
Summary of changes:
agent-service/src/api/auth-api.spec.ts | 137 ++++++++++++++++++++++++++
agent-service/src/api/backend-api.spec.ts | 78 +++++++++++++++
agent-service/src/api/workflow-api.spec.ts | 150 +++++++++++++++++++++++++++++
3 files changed, 365 insertions(+)
create mode 100644 agent-service/src/api/auth-api.spec.ts
create mode 100644 agent-service/src/api/backend-api.spec.ts
create mode 100644 agent-service/src/api/workflow-api.spec.ts