File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed 
server/src/test/java/org/elasticsearch/cluster Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -810,13 +810,6 @@ public void testToXContentWithMultipleProjects() throws IOException {
810810                          "project.setting": "42", 
811811                          "project.setting2": "43" 
812812                        }, 
813-                         "marked_for_deletion": false 
814-                       }, 
815-                       { 
816-                         "id": "tb5W0bx765nDVIwqJPw92G", 
817-                         "settings": { 
818-                           "project.setting": "44" 
819-                         }, 
820813                        "marked_for_deletion": true 
821814                      } 
822815                    ], 
@@ -936,8 +929,7 @@ private static ClusterState buildMultiProjectClusterState(DiscoveryNode... nodes
936929                        projectId1 ,
937930                        Settings .builder ().put (PROJECT_SETTING .getKey (), 42 ).put (PROJECT_SETTING2 .getKey (), 43 ).build ()
938931                    )
939-                     .putProjectSettings (projectId2 , Settings .builder ().put (PROJECT_SETTING .getKey (), 44 ).build ())
940-                     .markProjectForDeletion (projectId2 )
932+                     .markProjectForDeletion (projectId1 )
941933                    .build ()
942934            )
943935            .blocks (
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments