mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-24 18:31:11 +01:00
Fix issue with password not being returned by mail-server when reading; ensure only set during update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user