diff --git a/ros/lib/unleash.py b/ros/lib/unleash.py index 88016635..778e219d 100644 --- a/ros/lib/unleash.py +++ b/ros/lib/unleash.py @@ -19,7 +19,7 @@ def is_feature_flag_enabled(org_id, flag_name, service_name): - context = {"userId": str(org_id)} + context = {"orgId": str(org_id)} is_enabled = unleash_client.is_enabled(flag_name, context) logger.debug(