Skip to content

Commit

Permalink
fixed arity of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazianzenov committed Jun 21, 2023
1 parent 23842a9 commit 55fabb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be1-go/channel/authentication/mod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestURIParamsConstruction(t *testing.T) {
}
// creating a fake channel, we will not use it in this test
c := NewChannel("", nil, zerolog.New(io.Discard), secPathTest, pubPathtest)
_, err := constructRedirectURIParams(c, authMsg)
_, err := constructRedirectURIParams(c, authMsg, authMsg.Nonce)
require.NoError(t, err)
}

Expand Down

0 comments on commit 55fabb6

Please sign in to comment.