Skip to content

Commit

Permalink
Update hydra/hydra_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
  • Loading branch information
aeneasr and zepatrik committed Jun 17, 2023
1 parent 794ac6a commit c368567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra/hydra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestGetLoginChallengeID(t *testing.T) {
assertErr: assert.NoError,
},
{
name: "login_challenge is invalid; hydra is configured",
name: "login_challenge is present & non-uuid; hydra is configured",
args: args{
conf: configWithHydra,
r: requestFromChallenge(blobChallenge),
Expand Down

0 comments on commit c368567

Please sign in to comment.