diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-11-09 14:08:50 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-09 14:08:50 +0100 |
| commit | 732691b4bf983943e1bd025cda2618de5471bbb1 (patch) | |
| tree | 538b476537577152b632f6b74a2fb4081db26187 /test | |
| parent | 07584089561a99be78590c803e891cecbdd91697 (diff) | |
| parent | 075f22daad44128a0fd08f0b2c38d205c490d57a (diff) | |
| download | mullvadvpn-732691b4bf983943e1bd025cda2618de5471bbb1.tar.xz mullvadvpn-732691b4bf983943e1bd025cda2618de5471bbb1.zip | |
Merge branch 'redact-account-token'
Diffstat (limited to 'test')
| -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'), |
