mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #877] [MERGED] tests: fix postgres e2e tests #566
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/877
Author: @stonith404
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/24/2025
Merged by: @stonith404
Base:
main← Head:tests/fix-postgres-e2e📝 Commits (8)
3e906f5add missing environment variables for postgres tests1fda509replace invalid uuidaf750a4fix playwright browser installation4c7893buse matrix for postgres and sqlite tests01e6297Merge branch 'main' into tests/fix-postgres-e2ea417ca4fix invalid uuidsf241d52use uuid for bad user57bdae4fix: sort order incorrect for apps when using postgres📊 Changes
5 files changed (+13 additions, -11 deletions)
View changed files
📝
backend/internal/service/e2etest_service.go(+3 -3)📝
backend/internal/service/oidc_service.go(+2 -3)📝
tests/data.ts(+4 -4)📝
tests/setup/docker-compose-postgres.yml(+3 -0)📝
tests/specs/oidc.spec.ts(+1 -1)📄 Description
The Postgres end-to-end tests didn't actually use Postgres but Sqlite 🤦♂️.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.