Fix issue with password not being returned by mail-server when reading; ensure only set during update

This commit is contained in:
Gavin Bunney
2019-10-17 09:53:37 -07:00
parent 1c870d05f1
commit e2328f811b
2 changed files with 9 additions and 8 deletions

View File

@@ -17,6 +17,8 @@ func TestAccBitbucketMailServer(t *testing.T) {
use_start_tls = true
require_start_tls = true
sender_address = "test@example.com"
username = "me"
password = "pass"
}
`