MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / startup_subscription

Function startup_subscription

api/tests/conftest.py:392–397  ·  view source on GitHub ↗
(organisation: Organisation)

Source from the content-addressed store, hash-verified

390
391@pytest.fixture()
392def startup_subscription(organisation: Organisation) -> Subscription:
393 Subscription.objects.filter(organisation=organisation).update(
394 plan=STARTUP, subscription_id="subscription-id"
395 )
396 organisation.refresh_from_db()
397 return organisation.subscription
398
399
400@pytest.fixture()

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…