Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni committed Sep 19, 2023
1 parent 82bb851 commit 95ddef5
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 186 deletions.
1 change: 0 additions & 1 deletion moto/ec2/responses/vpc_peering_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def modify_vpc_peering_connection_options(self) -> str:
<allowEgressFromLocalVpcToRemoteClassicLink>{{ vpc_pcx.accepter_options.AllowEgressFromLocalVpcToRemoteClassicLink or '' }}</allowEgressFromLocalVpcToRemoteClassicLink>
<allowDnsResolutionFromRemoteVpc>{{ vpc_pcx.accepter_options.AllowDnsResolutionFromRemoteVpc or '' }}</allowDnsResolutionFromRemoteVpc>
</peeringOptions>
<region>{{ vpc_pcx.peer_vpc.ec2_backend.region_name }}</region>
</accepterVpcInfo>
<status>
<code>{{ vpc_pcx._status.code }}</code>
Expand Down
Loading

0 comments on commit 95ddef5

Please sign in to comment.