mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
GODT-2181(test): use [domain] for test server domain
This commit is contained in:
@ -65,7 +65,7 @@ func (s *scenario) theUserChangesTheSMTPPortTo(port int) error {
|
||||
return s.t.bridge.SetSMTPPort(port)
|
||||
}
|
||||
|
||||
func (s *scenario) theUserSetsTheAddressModeOfTo(user, mode string) error {
|
||||
func (s *scenario) theUserSetsTheAddressModeOfUserTo(user, mode string) error {
|
||||
switch mode {
|
||||
case "split":
|
||||
return s.t.bridge.SetAddressMode(context.Background(), s.t.getUserID(user), vault.SplitMode)
|
||||
|
||||
Reference in New Issue
Block a user