diff options
Diffstat (limited to 'qa/t')
-rw-r--r-- | qa/t/test_bug_edit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_bug_edit.t b/qa/t/test_bug_edit.t index 64deafcf6..ae72aa127 100644 --- a/qa/t/test_bug_edit.t +++ b/qa/t/test_bug_edit.t @@ -164,7 +164,7 @@ $sel->type_ok("quicksearch_top", $bug1_id); $sel->click_ok("find_top"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Access Denied"); -$sel->is_text_present_ok("You are not authorized to access bug #$bug1_id"); +$sel->is_text_present_ok("You are not authorized to access bug $bug1_id"); logout($sel); # Move the bug back to TestProduct, which has no group restrictions. |