mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-15 01:07:32 +00:00
Record homelab-friendly self-hosted pricing direction
This commit is contained in:
parent
c6885b3b7d
commit
3ab2d95d93
2 changed files with 20 additions and 1 deletions
|
|
@ -4406,7 +4406,10 @@ class SubsystemLookupTest(unittest.TestCase):
|
|||
)
|
||||
lane_context = match["lane_context"]
|
||||
self.assertEqual(lane_context["lane_id"], "L3")
|
||||
self.assertEqual(lane_context["open_decisions"], [])
|
||||
self.assertEqual(
|
||||
{decision["id"] for decision in lane_context["open_decisions"]},
|
||||
{"self-hosted-homelab-monetization-boundary"},
|
||||
)
|
||||
self.assertEqual(
|
||||
{gate["id"] for gate in lane_context["release_gates"]},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue