Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: byhsu <[email protected]>
  • Loading branch information
ByronHsu committed May 9, 2023
1 parent 19ba977 commit 8653f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth/interceptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ func TestGetUserIdentityFromContext(t *testing.T) {
return nil, nil
}

UserIdentifierInterceptor(ctx, nil, nil, handler)
_, err := UserIdentifierInterceptor(ctx, nil, nil, handler)
assert.NoError(t, err)
}

0 comments on commit 8653f4c

Please sign in to comment.