diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-08-24 14:31:18 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-08-24 14:40:49 +0200 |
| commit | 81cc03093c05d54d79804595dd0354b1f878cdcd (patch) | |
| tree | d7353b3beba6ef6470b68c6077e60af11e39c927 /test/components/Connect.spec.js | |
| parent | 5a049320011473baa133f86946688ba3928e63e4 (diff) | |
| download | mullvadvpn-81cc03093c05d54d79804595dd0354b1f878cdcd.tar.xz mullvadvpn-81cc03093c05d54d79804595dd0354b1f878cdcd.zip | |
Replace paidUntil with expiry
Diffstat (limited to 'test/components/Connect.spec.js')
| -rw-r--r-- | test/components/Connect.spec.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/components/Connect.spec.js b/test/components/Connect.spec.js index 13700e8cca..d7a20daf2d 100644 --- a/test/components/Connect.spec.js +++ b/test/components/Connect.spec.js @@ -49,8 +49,7 @@ const defaultProps = { onExternalLink: noop, getServerInfo: (_) => { return defaultServer; }, - accountPaidUntil: '', + accountExpiry: '', preferredServer: '', connection: defaultConnection, }; - |
