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

(PXP:8581): Add apiEndpoint and other arguments to configure to avoid breaking changes #98

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

nss10
Copy link
Contributor

@nss10 nss10 commented Sep 24, 2021

Jira Ticket: PXP-8581

Bug Fixes

  • Replacing the existing profiles in gen3/config was buggy. This PR Fixes it.

Improvements

  • Added more configure arguments in order to avoid breaking changes.

@github-actions
Copy link

github-actions bot commented Sep 24, 2021

The style in this PR agrees with black. ✔️

This formatting comment was generated automatically by a script in uc-cdis/wool.

@nss10 nss10 requested a review from mfshao September 24, 2021 19:06

if profile_title in lines:
profile_line_index = lines.index(profile_title)
next_profile_index = len(lines)
for i in range(profile_line_index, len(lines)):
for i in range(profile_line_index + 1, len(lines)):
Copy link
Contributor

Choose a reason for hiding this comment

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

how come the unit tests didn't catch these 2 issues? 🤔 is there a test case we should add?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's a good point. Let me see where did I miss it. Will get back to you on this! 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahh! It wasn't really about a missing test case but more about how the test was written. I skipped a step while arranging the test scenario. Will push the update now.

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