diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-08-09 16:29:28 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-08-11 22:09:11 +0100 |
| commit | 05c8b7239dc689583f224a472cbc3213703a8cbf (patch) | |
| tree | 147d30c0f2b9a74fbcc7c970b03dd9bdaa59be14 /gui/test | |
| parent | ad1bf2df6143031877ab6f02edf9d9b65836d833 (diff) | |
| download | mullvadvpn-05c8b7239dc689583f224a472cbc3213703a8cbf.tar.xz mullvadvpn-05c8b7239dc689583f224a472cbc3213703a8cbf.zip | |
Parse tunnel parameter block reason in GUI
Diffstat (limited to 'gui/test')
| -rw-r--r-- | gui/test/components/NotificationArea.spec.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/test/components/NotificationArea.spec.tsx b/gui/test/components/NotificationArea.spec.tsx index f2674e848c..a92eced532 100644 --- a/gui/test/components/NotificationArea.spec.tsx +++ b/gui/test/components/NotificationArea.spec.tsx @@ -141,7 +141,8 @@ describe('components/NotificationArea', () => { tunnelState={{ state: 'blocked', details: { - reason: 'no_matching_relay', + reason: 'tunnel_parameter_error', + details: 'no_matching_relay', }, }} version={defaultVersion} |
