This commit is contained in:
Kenneth Kehl
2024-04-19 08:18:21 -07:00
parent 41e72a4b17
commit 1ba6d200ee

View File

@@ -96,7 +96,7 @@ def activate_user(user_id):
f"ADDING USER TO SERVICE service_id {service_id} user_id {user_id} permissions {permissions}"
)
)
orgs_and_services = user_api_client.get_organisations_and_services_for_user(
orgs_and_services = user_api_client.get_organizations_and_services_for_user(
user_id
)
print(hilite(f"ORGS AND SERVICES FOR USER {orgs_and_services}")) # noqa