X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Fquery_log.t;h=cfb4d81d717f8d7c2c649f838704a999a4a5ff83;hb=ecd038f7ae5c1ffc929f3c928ecd161eeb45d9be;hp=89cca2d7bee39e75c57613ebb773dc72893082fe;hpb=7588a4ac90a9b07c08a3107cd1107d773be1c991;p=freeside.git diff --git a/rt/t/web/query_log.t b/rt/t/web/query_log.t index 89cca2d7b..cfb4d81d7 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"); -