mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1208] Unit Test Failures on v3.11 #822
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#822
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @aque on GitHub (Aug 31, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1208
I encountered 2 minor unit test failures with v3.11. I have
SITE_ROOTdefined with my self-hosted URL when I started./manage.py test.@cuu508 commented on GitHub (Aug 31, 2025):
Thanks for the report.
I fixed the first failure here:
github.com/healthchecks/healthchecks@95fd10ceb9The second failure is a timing issue, I think because the test somehow takes more than 1 second to run. I edited the assert to be less timing sensitive:
github.com/healthchecks/healthchecks@a97f40907d