diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-02-27 04:26:53 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-02-27 04:27:01 +0100 |
commit | 56f3befea88221b1b1ffb19f7787583968ed5501 (patch) | |
tree | e02ae4dc8c58ae2c75a83218a6a5d908bd45076f | |
parent | d045206593953ebfeb22858baa25e8c2fe565e33 (diff) | |
download | bugzilla-56f3befea88221b1b1ffb19f7787583968ed5501.tar.gz bugzilla-56f3befea88221b1b1ffb19f7787583968ed5501.tar.xz |
alias_in_use error message test
-rw-r--r-- | xt/webservice/bug_update.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_update.t b/xt/webservice/bug_update.t index 423b00c42..32cac40ea 100644 --- a/xt/webservice/bug_update.t +++ b/xt/webservice/bug_update.t @@ -336,7 +336,7 @@ sub invalid_values { error => 'aliases cannot be longer than', test => 'alias cannot be too long' }, { value => $second_bug->{alias}, - error => 'has already taken the alias', + error => 'Please choose another alias or visit that bug and change its alias', test => 'duplicate alias fails' }, { value => 123456, error => 'at least one letter', |