@@ -209,7 +209,7 @@ describe('VpcV1', () => {
209209
210210 const params = {
211211 id : data . vpcId ,
212- name : 'my-vpc-modified ' ,
212+ name : 'my-vpc-updated ' ,
213213 } ;
214214
215215 const response = await vpcService . updateVpc ( params ) ;
@@ -642,7 +642,7 @@ describe('VpcV1', () => {
642642 const params = {
643643 vpcId : data . vpcId ,
644644 id : data . vpcRoutingTableId ,
645- name : 'my-routing-table-modified ' ,
645+ name : 'my-routing-table-updated ' ,
646646 } ;
647647
648648 const response = await vpcService . updateVpcRoutingTable ( params ) ;
@@ -6694,7 +6694,7 @@ describe('VpcV1', () => {
66946694
66956695 const response = await vpcService . updateIkePolicy ( {
66966696 id : data . ikePolicyId ,
6697- name : 'my-ike-policy-modified ' ,
6697+ name : 'my-ike-policy-updated ' ,
66986698 dhGroup : 15 ,
66996699 } ) ;
67006700
@@ -8799,7 +8799,7 @@ describe('VpcV1', () => {
87998799
88008800 const params = {
88018801 id : data . endpointGatewayId ,
8802- name : 'my-endpoint-gateway-modified '
8802+ name : 'my-endpoint-gateway-updated '
88038803 } ;
88048804
88058805 const response = await vpcService . updateEndpointGateway ( params ) ;
0 commit comments