Skip to content

Commit

Permalink
alias_in_use error message test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwh committed Feb 27, 2017
1 parent d045206 commit 56f3bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/webservice/bug_update.t
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 56f3bef

Please sign in to comment.