mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #408] CI Build failure introduced by commit "Use separate counters for SMS and phone calls." #305
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#305
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 @iphoting on GitHub (Aug 5, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/408
https://travis-ci.org/github/healthchecks/healthchecks/builds/714508466
Looks like it might be introduced by the following bug in the test, when
USE_PAYMENTS=Falseis the default:Ref:
github.com/healthchecks/healthchecks@77ee8452c5...8c13457037 (diff-9336213c71d0ba69ae89055c09e2c53aR21-R25)@cuu508 commented on GitHub (Aug 5, 2020):
Sorry, that's my bad. I have
USE_PAYMENTS=Truein mylocal_settings.pyand so the tests passed for me. And somehow I missed the Travis notification(s).Thanks for tracking it down and fixing, @iphoting !