Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INFRASYS-6837: Fixed the failing tests #24

Conversation

pthatchinamoorthy
Copy link
Contributor

No description provided.

@pthatchinamoorthy
Copy link
Contributor Author

@adamjkeller Can you please review it. Thank you

@@ -215,6 +215,7 @@ def test_get_instance_ip_addrs(self):
@mock_autoscaling
@mock_elb
def test_get_all_instance_ids(self):
self.setUpELB(env='stg')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have env set to stg as a default in the method. You should be able to just run setUpELB() without passing in the stg environment.

  def setUpELB(self, env='stg'):

@pthatchinamoorthy
Copy link
Contributor Author

Closing the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants