Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_vpc_endpoint - test flake
Browse files Browse the repository at this point in the history
tremble committed May 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7b4c201 commit 1fd68a3
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/endpoint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- ec2_vpc_endpoint - don't assume an endpoint we might not have created has no routes attached.
1 change: 0 additions & 1 deletion tests/integration/targets/ec2_vpc_endpoint/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -147,7 +147,6 @@
- '"creation_timestamp" in first_endpoint'
- '"policy_document" in first_endpoint'
- '"route_table_ids" in first_endpoint'
- first_endpoint.route_table_ids | length == 0
- '"service_name" in first_endpoint'
- '"state" in first_endpoint'
- '"vpc_endpoint_id" in first_endpoint'

0 comments on commit 1fd68a3

Please sign in to comment.