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

Cleanup CommonBeforeSuite #96

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

valaparthvi
Copy link
Collaborator

What does this PR do?

Remove the unnecessary err returned during CommonBeforeSuite.

Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Fixes #

Checklist:

  • Squashed commits into logical changes
  • Documentation
  • GitHub Actions (if applicable)

Special notes for your reviewer:

@valaparthvi valaparthvi requested a review from cpinjani May 2, 2024 08:58
@@ -86,13 +85,12 @@ func CommonBeforeSuite(cloud string) (Context, error) {
Expect(err).To(BeNil())
}

clusterCleanup, _ := strconv.ParseBool(os.Getenv("DOWNSTREAM_CLUSTER_CLEANUP"))
Copy link
Collaborator

Choose a reason for hiding this comment

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

unintended removal ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Nope. clusterCleanup is already defined in structs.go.

@valaparthvi valaparthvi requested a review from cpinjani May 2, 2024 09:53
@valaparthvi valaparthvi merged commit 9df8c7f into main May 2, 2024
2 checks passed
@valaparthvi valaparthvi deleted the refactor-commonbeforesuite branch May 2, 2024 10:21
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