diff --git a/auth/auth_test.go b/auth/auth_test.go index 75875af..4df16ce 100644 --- a/auth/auth_test.go +++ b/auth/auth_test.go @@ -22,10 +22,10 @@ func TestAuth(t *testing.T) { authTests := []authTest{ { LoginAuth("user", "pass", "testserver"), - []string{"Username:", "Password:", "2.7.0 Authentication successful", "Invalid:"}, + []string{"Username:", "Password:", "Invalid:"}, "LOGIN", - []string{"", "user", "pass", "", ""}, - []bool{false, false, false, true}, + []string{"", "user", "pass", ""}, + []bool{false, false, true}, }, }