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

Remove OAuth Client Beta Flag #873

Merged
merged 7 commits into from
Apr 22, 2024
Merged

Remove OAuth Client Beta Flag #873

merged 7 commits into from
Apr 22, 2024

Conversation

netramali
Copy link
Contributor

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.

$ TFE_ADDRESS="https://example" TFE_TOKEN="example" go test ./... -v -run TestFunctionsAffectedByChange

...

@netramali netramali marked this pull request as ready for review April 22, 2024 14:20
@netramali netramali requested a review from a team as a code owner April 22, 2024 14:20
assert.Equal(t, ps.Name, *options.Name)
assert.Equal(t, len(ps.Projects), 1)
assert.Equal(t, ps.Projects[0].ID, prjTest.ID)
})
Copy link

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?

Copy link
Contributor Author

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.

Copy link

Choose a reason for hiding this comment

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

Got it!

@netramali netramali merged commit 9b81220 into main Apr 22, 2024
8 checks passed
@netramali netramali deleted the netramali/remove-beta-flags branch April 22, 2024 16:43
Copy link

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.

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.

None yet

2 participants