-
Notifications
You must be signed in to change notification settings - Fork 102
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
Remove OAuth Client Beta Flag #873
Conversation
assert.Equal(t, ps.Name, *options.Name) | ||
assert.Equal(t, len(ps.Projects), 1) | ||
assert.Equal(t, ps.Projects[0].ID, prjTest.ID) | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't tell but does this test already exist somewhere else and that's why we're deleting it completely and not just line 180?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this test actually doesn't make sense and won't pass since the projects attribute was added to the add projects and remove projects api only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it!
Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes. |
Description
Once the feature flag in atlas (project-scoped-vcs) has been removed, this PR will remove the beta flags.
Testing plan
The integration tests should pass.
External links
Output from tests
Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.