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

Function scale_up_subscription

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

Source from the content-addressed store, hash-verified

399
400@pytest.fixture()
401def scale_up_subscription(organisation: Organisation) -> Subscription:
402 Subscription.objects.filter(organisation=organisation).update(
403 plan=SCALE_UP, subscription_id="subscription-id"
404 )
405 organisation.refresh_from_db()
406 return organisation.subscription
407
408
409@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…