File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
tools/spectral/ipa/rulesets/functions/utils Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ export function checkRequestResponseResourceEqualityAndReturnErrors(
140140    ] ; 
141141  } 
142142
143-   const  postRequestSchemaRef  =  getSchemaRef ( requestContentUnresolved . schema ) ; 
144-   const  getResponseSchemaRef  =  getSchemaRef ( responseContentUnresolved . schema ) ; 
143+   const  requestSchemaRef  =  getSchemaRef ( requestContentUnresolved . schema ) ; 
144+   const  responseSchemaRef  =  getSchemaRef ( responseContentUnresolved . schema ) ; 
145145
146-   if  ( postRequestSchemaRef  &&  getResponseSchemaRef )  { 
147-     if  ( postRequestSchemaRef  ===  getResponseSchemaRef )  { 
146+   if  ( requestSchemaRef  &&  responseSchemaRef )  { 
147+     if  ( requestSchemaRef  ===  responseSchemaRef )  { 
148148      return  [ ] ; 
149149    } 
150150  } 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments