Skip to content

Commit

Permalink
Removed feature (#1328)
Browse files Browse the repository at this point in the history
ec2_vpc_route_table - fix integration test after 1308

SUMMARY
#1308 means query is no longer needed (and no longer supported)
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
ec2_vpc_route_table
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Jan 9, 2023
1 parent 14b8d70 commit d9e6c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20230109-ec2_vpc_route_table.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- ec2_vpc_route_table - fix integration test after https://github.com/ansible-collections/amazon.aws/pull/1308.
3 changes: 1 addition & 2 deletions tests/integration/targets/ec2_vpc_route_table/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@
register: result
- name: Get endpoint infos to verify that it wasn't purged from the route table
ec2_vpc_endpoint_info:
query: endpoints
vpc_endpoint_ids:
- '{{ vpc_endpoint.result.vpc_endpoint_id }}'
register: endpoint_details
Expand Down Expand Up @@ -1496,4 +1495,4 @@
cidr_block: 10.228.224.0/21
name: '{{ resource_prefix }}_vpc'
state: absent
ignore_errors: yes
ignore_errors: yes

0 comments on commit d9e6c43

Please sign in to comment.