Record homelab-friendly self-hosted pricing direction

This commit is contained in:
rcourtman 2026-04-16 00:23:46 +01:00
parent c6885b3b7d
commit 3ab2d95d93
2 changed files with 20 additions and 1 deletions

View file

@ -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"]},
{