@@ -187,7 +187,7 @@ public void onGcpAndNoProvidedBootstrapDelegateToXds() {
187187 assertThat (server ).containsExactly (
188188 "server_uri" , "directpath-pa.googleapis.com" ,
189189 "channel_creds" , ImmutableList .of (ImmutableMap .of ("type" , "google_default" )),
190- "server_features" , ImmutableList .of ("xds_v3" ));
190+ "server_features" , ImmutableList .of ("xds_v3" , "ignore_resource_deletion" ));
191191 Map <String , ?> authorities = (Map <String , ?>) bootstrap .get ("authorities" );
192192 assertThat (authorities ).containsExactly (
193193 "traffic-director-c2p.xds.googleapis.com" ,
@@ -217,7 +217,7 @@ public void onGcpAndNoProvidedBootstrapAndFederationEnabledDelegateToXds() {
217217 assertThat (server ).containsExactly (
218218 "server_uri" , "directpath-pa.googleapis.com" ,
219219 "channel_creds" , ImmutableList .of (ImmutableMap .of ("type" , "google_default" )),
220- "server_features" , ImmutableList .of ("xds_v3" ));
220+ "server_features" , ImmutableList .of ("xds_v3" , "ignore_resource_deletion" ));
221221 Map <String , ?> authorities = (Map <String , ?>) bootstrap .get ("authorities" );
222222 assertThat (authorities ).containsExactly (
223223 "traffic-director-c2p.xds.googleapis.com" ,
0 commit comments