Allow overriding of AWSAttribution settings to skip consent dialog for automated testing (#1650)

Signed-off-by: dhrudesh <dhrudesh@amazon.com>
This commit is contained in:
amzn-hdoke
2021-06-30 12:17:45 -07:00
committed by GitHub
parent 345be58ca8
commit be519bb36a
5 changed files with 41 additions and 15 deletions
@@ -209,6 +209,8 @@ class WinEditor(WinLauncher):
def __init__(self, build, args):
super(WinEditor, self).__init__(build, args)
self.args.append('--regset="/Amazon/Settings/EnableSourceControl=false"')
self.args.append('--regset="/Amazon/AWS/Preferences/AWSAttributionConsentShown=true"')
self.args.append('--regset="/Amazon/AWS/Preferences/AWSAttributionEnabled=false"')
def binary_path(self):
"""