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

[ARO-12459] Deduplicate our dependencies on go-jose to a single version #3969

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

Conversation

hawkowl
Copy link
Collaborator

@hawkowl hawkowl commented Nov 21, 2024

Which issue this PR addresses:

Fixes ARO-12459

What this PR does / why we need it:

Move to go-jose v4 instead of the gopkg.in version + go-jose v3.

Test plan for issue:

E2E, unit tests

Is there any documentation that needs to be updated for this PR?

N/A

How do you know this will function as expected in production?

E2E

@hawkowl hawkowl added size-small Size small ready-for-review dependencies Pull requests that update a dependency file go Pull requests that update Go code skippy pull requests raised by member of Team Skippy labels Nov 21, 2024
@hawkowl
Copy link
Collaborator Author

hawkowl commented Nov 21, 2024

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).


// AssertErrorMessage asserts that err.Error() is equal to wantMsg.
func AssertErrorMessage(t *testing.T, err error, wantMsg string) {
func AssertErrorMessage(t *testing.T, err error, wantMsg string, opts ...assertOptions) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we introduce unit tests for the function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code ready-for-review size-small Size small skippy pull requests raised by member of Team Skippy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants