RT 4.2.11, ticket#13852
[freeside.git] / rt / t / web / query_log.t
index 89cca2d..cfb4d81 100644 (file)
@@ -14,6 +14,5 @@ $root->LoadByEmail('root@localhost');
 $m->get_ok("/Admin/Tools/Queries.html");
 $m->text_contains("/index.html", "we include info about a page we hit while logging in");
 $m->text_contains("Stack:", "stack traces");
-$m->text_like(qr{share/html/autohandler:\d+}, "stack trace includes mason components");
+$m->text_like(qr{/autohandler:\d+}, "stack trace includes mason components");
 $m->text_contains("SELECT * FROM Principals WHERE id = '".$root->id."'", "we interpolate bind params");
-