forked from mystiq/dex
spelling: signature
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
801fd64a11
commit
97d3e8fa7f
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ func runVerify(t *testing.T, ca string, resp string, shouldSucceed bool) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if !shouldSucceed {
|
if !shouldSucceed {
|
||||||
t.Fatalf("expected an invalid signatrue but verification has been successful")
|
t.Fatalf("expected an invalid signature but verification has been successful")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue