Fix errors in test failure messages.
This commit is contained in:
@@ -62,7 +62,7 @@ func TestNtlmV1ExtendedSessionSecurity(t *testing.T) {
|
||||
context.SetServerChallenge(c.ServerChallenge)
|
||||
err = context.ProcessAuthenticateMessage(msg)
|
||||
if err == nil {
|
||||
t.Errorf("This message should have failed to authenticate, but it passed", err)
|
||||
t.Error("This message should have failed to authenticate, but it passed")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user