summaryrefslogtreecommitdiff
path: root/rt/t/web/query_log.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/query_log.t')
-rw-r--r--rt/t/web/query_log.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/web/query_log.t b/rt/t/web/query_log.t
index 89cca2d..cfb4d81 100644
--- a/rt/t/web/query_log.t
+++ b/rt/t/web/query_log.t
@@ -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");
-