|
|
c, err := Dial("tcp", newMockAuthServer(t), config)
|
|
c, err := Dial("tcp", newMockAuthServer(t), config)
|
|
|
if err == nil || !strings.Contains(err.Error(), "no common algorithms") {
|
|
if err == nil || !strings.Contains(err.Error(), "no common algorithms") {
|
|
|
t.Errorf("got %v, expected 'no common algorithms'", err)
|
|
t.Errorf("got %v, expected 'no common algorithms'", err)
|