File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11from  __future__ import  annotations 
22
33from  jira .resources  import  Field 
4- from  tests .conftest  import  JiraTestCase 
4+ from  tests .conftest  import  JiraTestCase ,  allow_on_cloud 
55
66
77class  FieldsTest (JiraTestCase ):
@@ -10,12 +10,14 @@ def setUp(self) -> None:
1010        self .issue_1  =  self .test_manager .project_b_issue1 
1111        self .issue_1_obj  =  self .test_manager .project_b_issue1_obj 
1212
13+     @allow_on_cloud  
1314    def  test_field (self ):
1415        issue_fields  =  self .test_manager .jira_admin .project_issue_fields (
1516            project = self .project_a , issue_type = self .issue_1_obj .fields .issuetype .id 
1617        )
1718        assert  isinstance (issue_fields [0 ], Field )
1819
20+     @allow_on_cloud  
1921    def  test_field_pagination (self ):
2022        issue_fields  =  self .test_manager .jira_admin .project_issue_fields (
2123            project = self .project_a ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments