summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/components/Support.spec.js6
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'),