diff options
| author | John R. Lenton <jlenton@gmail.com> | 2016-09-12 12:29:49 +0100 |
|---|---|---|
| committer | John R. Lenton <jlenton@gmail.com> | 2016-09-12 13:07:17 +0100 |
| commit | bac3ead3f647db7a2073062a49fe3f8fdeea64b9 (patch) | |
| tree | f699a956787a66251ef3096122e6e2c5394e68ac /tests | |
| parent | e2ceab37e2b38d4ebaaa83b3e41f6f5c0b3ca585 (diff) | |
unify all arg names to be <name>, and in the singular when an array
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/main/login/missing_email_error.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main/login/missing_email_error.exp b/tests/main/login/missing_email_error.exp index 8470b39d95..4bd1e1ff2e 100644 --- a/tests/main/login/missing_email_error.exp +++ b/tests/main/login/missing_email_error.exp @@ -1,7 +1,7 @@ spawn snap login expect { - "required argument `email` was not provided" { + "required argument `<email>` was not provided" { exit 0 } default { exit 1 |
