mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
[PR #532] [MERGED] fix: flaky unit test in db_bootstrap_test #756
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/532
Author: @ItalyPaleAle
Created: 5/14/2025
Status: ✅ Merged
Merged: 5/14/2025
Merged by: @kmendell
Base:
main← Head:fix-flaky-sqlite-unit-test📝 Commits (2)
d44b6cafix: flaky unit test in db_bootstrap_testaf0a90eLint📊 Changes
1 file changed (+27 additions, -3 deletions)
View changed files
📝
backend/internal/bootstrap/db_bootstrap_test.go(+27 -3)📄 Description
Go's url.Values can be serialized in random order, which the test case didn't account for
Fixup from #530
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.