Skip to content

Commit

Permalink
assert contains
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkalos committed Jun 18, 2024
1 parent 36e6ddc commit 40ddf5d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_create_organization_with_unauthorized_team(client_noTenantPermissions,
client_noTenantPermissions,
'organization2',
group4,
)
).contains('UnauthorizedOperation', 'MANAGE_ORGANIZATIONS')


def test_get_organization_organization_with_admin_team(client1, org1):
Expand Down Expand Up @@ -183,5 +183,4 @@ def test_archive_organization_organization_with_unauthorized_team(client3, org1)
org1.organizationUri,
)


# TODO: list_organization_environments as part of environment tests

0 comments on commit 40ddf5d

Please sign in to comment.