Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Nov 6, 2024
1 parent 1d79de7 commit 58bb02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/service/oidc4ci/oidc4ci_service_initiate_issuance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1342,8 +1342,8 @@ func TestService_InitiateIssuance(t *testing.T) {
initialOpState := ""
claimData := degreeClaims

b, err := json.Marshal(testProfile)
require.NoError(t, err)
b, err := json.Marshal(testProfile) //nolint
assert.NoError(t, err)

assert.NoError(t, json.Unmarshal(b, &profile))
delete(profile.CredentialMetaData.CredentialsConfigurationSupported, "UniversityDegreeCredentialIdentifier")
Expand Down

0 comments on commit 58bb02a

Please sign in to comment.