We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7716db9 commit 7e518d0Copy full SHA for 7e518d0
1 file changed
test/integration/models/iam/iam_test.py
@@ -3,7 +3,6 @@
3
from linode_api4.objects import EntityAccess, LinodeEntity
4
5
6
-@pytest.mark.smoke
7
def test_get_role_permissions(test_linode_client):
8
client = test_linode_client
9
iam = client.iam
@@ -14,7 +13,6 @@ def test_get_role_permissions(test_linode_client):
14
13
assert isinstance(permissions["account_access"], list)
15
16
17
18
def test_get_user_role_permissions(test_linode_client):
19
20
@@ -46,7 +44,6 @@ def test_set_user_role_permissions(test_linode_client):
46
44
assert "entity_access" in updated
47
45
48
49
50
def test_list_entities(test_linode_client):
51
52
0 commit comments