mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-08-14 09:18:25 +02:00
switch to better supported go-guerilla lib
This commit is contained in:
12
auth_test.go
12
auth_test.go
@ -38,11 +38,11 @@ func TestLoginAuthNext(t *testing.T) {
|
||||
}
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
serverMsg string
|
||||
more bool
|
||||
expected string
|
||||
expectErr bool
|
||||
name string
|
||||
serverMsg string
|
||||
more bool
|
||||
expected string
|
||||
expectErr bool
|
||||
}{
|
||||
{
|
||||
name: "username prompt - User Name",
|
||||
@ -101,4 +101,4 @@ func TestLoginAuthNext(t *testing.T) {
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user