Skip to content

Commit

Permalink
fix: init integration tests - event bridge relies on runtime numbering (
Browse files Browse the repository at this point in the history
#1810)

Why is this change necessary?

* adding ruby2.7 changes the list of runtimes.

How does it address the issue?

* appropriate runtime is selected.

What side effects does this change have?

* None
  • Loading branch information
sriram-mv committed Feb 21, 2020
1 parent 7dea76a commit 8355c30
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_init_interactive_with_event_bridge_app_aws_registry(self):

user_input = """
1
11
12
1
eb-app-maven
3
Expand Down Expand Up @@ -62,7 +62,7 @@ def test_init_interactive_with_event_bridge_app_partner_registry(self):

user_input = """
1
11
12
1
eb-app-maven
3
Expand Down Expand Up @@ -109,7 +109,7 @@ def test_init_interactive_with_event_bridge_app_pagination(self):

user_input = """
1
11
12
1
eb-app-maven
3
Expand Down Expand Up @@ -145,7 +145,7 @@ def test_init_interactive_with_event_bridge_app_customer_registry(self):

user_input = """
1
11
12
1
eb-app-maven
3
Expand Down

0 comments on commit 8355c30

Please sign in to comment.