Skip to content

Commit aef05f3

Browse files
committed
Fix Sonarcloud issue
1 parent 5dc354f commit aef05f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/tests/unit/api/test_engagement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def test_creating_engagments_cross_tenant(client, jwt, session, setup_admin_user
139139
By extension, this tests the superuser's general ability to perform actions across tenants,
140140
where this would be disallowed for any other user.
141141
"""
142-
adm_user, adm_claims = setup_admin_user_and_claims
143-
sup_user, sup_claims = setup_super_admin_user_and_claims
142+
_, adm_claims = setup_admin_user_and_claims
143+
_, sup_claims = setup_super_admin_user_and_claims
144144
tenant_short_name = current_app.config.get('DEFAULT_TENANT_SHORT_NAME')
145145
tenant_1 = TenantModel.find_by_short_name(tenant_short_name)
146146
assert tenant_1 is not None

0 commit comments

Comments
 (0)