[PR #3948] [MERGED] test(server): server-info e2e tests #10170

Closed
opened 2026-02-05 14:17:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3948
Author: @jrasm91
Created: 9/2/2023
Status: Merged
Merged: 9/2/2023
Merged by: @jrasm91

Base: mainHead: test/server-info-e2e


📝 Commits (1)

  • e19ebb3 test: server-info e2e tests

📊 Changes

7 files changed (+176 additions, -7 deletions)

View changed files

📝 server/src/immich/app.module.ts (+12 -2)
📝 server/src/immich/app.service.ts (+4 -0)
📝 server/src/immich/main.ts (+0 -2)
📝 server/test/e2e/jest-e2e.json (+6 -2)
server/test/e2e/server-info.e2e-spec.ts (+148 -0)
📝 server/test/e2e/setup.ts (+1 -1)
📝 server/test/fixtures/error.stub.ts (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/3948 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 9/2/2023 **Status:** ✅ Merged **Merged:** 9/2/2023 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `test/server-info-e2e` --- ### 📝 Commits (1) - [`e19ebb3`](https://github.com/immich-app/immich/commit/e19ebb394d45a20c1377e21122be9ebe7d642735) test: server-info e2e tests ### 📊 Changes **7 files changed** (+176 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `server/src/immich/app.module.ts` (+12 -2) 📝 `server/src/immich/app.service.ts` (+4 -0) 📝 `server/src/immich/main.ts` (+0 -2) 📝 `server/test/e2e/jest-e2e.json` (+6 -2) ➕ `server/test/e2e/server-info.e2e-spec.ts` (+148 -0) 📝 `server/test/e2e/setup.ts` (+1 -1) 📝 `server/test/fixtures/error.stub.ts` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:17:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10170