From 56f3befea88221b1b1ffb19f7787583968ed5501 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 27 Feb 2017 03:26:53 +0000 Subject: alias_in_use error message test --- xt/webservice/bug_update.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt') 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', -- cgit v1.2.3-24-g4f1b