Title: [opsview] [12727] Fix test due to new URL
Revision
12727
Author
tvoon
Date
2013-06-28 15:18:15 +0100 (Fri, 28 Jun 2013)

Log Message

Fix test due to new URL

Modified Paths


Modified: trunk/opsview-web/t/862hosts.t
===================================================================
--- trunk/opsview-web/t/862hosts.t	2013-06-28 14:17:07 UTC (rev 12726)
+++ trunk/opsview-web/t/862hosts.t	2013-06-28 14:18:15 UTC (rev 12727)
@@ -242,7 +242,7 @@
 is( $mech->value("exception_44_add"), "changed exception via testing" );
 
 note( "Testing list of services expanded in monitors tab" );
-$mech->get_ok( "/admin/servicegroup/services/2" );
+$mech->get_ok( "/public/services_by_servicegroup/2" );
 $rows = grep m%</tr>%, split( "\n", $mech->content );
 is( $rows, 6, "Found list of services" );
 

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to