Skip to content

Commit e533f29

Browse files
test(IAM Access Groups): fix a bug in a temporary test fix (#13)
1 parent b80bf12 commit e533f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_iam_access_groups_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_07_check_group_membership(self):
244244
try:
245245
response = self.service.is_member_of_access_group(
246246
access_group_id=self.testGroupId, iam_id=self.testUserId)
247-
except:
247+
except ApiException as e:
248248
print(e)
249249

250250
def test_08_list_group_members(self):

0 commit comments

Comments
 (0)