diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-11-09 12:38:07 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-09 12:53:41 +0100 |
| commit | 075f22daad44128a0fd08f0b2c38d205c490d57a (patch) | |
| tree | 538b476537577152b632f6b74a2fb4081db26187 /test/components | |
| parent | 07584089561a99be78590c803e891cecbdd91697 (diff) | |
| download | mullvadvpn-075f22daad44128a0fd08f0b2c38d205c490d57a.tar.xz mullvadvpn-075f22daad44128a0fd08f0b2c38d205c490d57a.zip | |
Redact account token from logs
Diffstat (limited to 'test/components')
| -rw-r--r-- | test/components/Support.spec.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/components/Support.spec.js b/test/components/Support.spec.js index 2352cbcef2..b5b9b3d24b 100644 --- a/test/components/Support.spec.js +++ b/test/components/Support.spec.js @@ -12,6 +12,12 @@ describe('components/Support', () => { const makeProps = (mergeProps: $Shape<SupportProps> = {}): SupportProps => { const defaultProps: SupportProps = { + account: { + accountToken: null, + error: null, + expiry: null, + status: 'none', + }, onClose: () => {}, onViewLog: (_path) => {}, onCollectLog: () => Promise.resolve('/tmp/mullvad_problem_report.log'), |
