File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed 
test/integration/models/iam Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 33from  linode_api4 .objects  import  EntityAccess , LinodeEntity 
44
55
6- @pytest .mark .smoke  
76def  test_get_role_permissions (test_linode_client ):
87    client  =  test_linode_client 
98    iam  =  client .iam 
@@ -14,7 +13,6 @@ def test_get_role_permissions(test_linode_client):
1413    assert  isinstance (permissions ["account_access" ], list )
1514
1615
17- @pytest .mark .smoke  
1816def  test_get_user_role_permissions (test_linode_client ):
1917    client  =  test_linode_client 
2018    iam  =  client .iam 
@@ -46,7 +44,6 @@ def test_set_user_role_permissions(test_linode_client):
4644    assert  "entity_access"  in  updated 
4745
4846
49- @pytest .mark .smoke  
5047def  test_list_entities (test_linode_client ):
5148    client  =  test_linode_client 
5249    iam  =  client .iam 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments