mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-21 14:48:43 +00:00
Fix path to developer.json fixture
This commit is contained in:
@ -42,7 +42,7 @@ public class AssociatedRecordScriptTest extends QBaseSeleniumTest
|
|||||||
{
|
{
|
||||||
super.addJavalinRoutes(qSeleniumJavalin);
|
super.addJavalinRoutes(qSeleniumJavalin);
|
||||||
qSeleniumJavalin.withRouteToFile("/data/person/1", "data/person/1701.json");
|
qSeleniumJavalin.withRouteToFile("/data/person/1", "data/person/1701.json");
|
||||||
qSeleniumJavalin.withRouteToFile("/data/person/1/developer", "data/person/1701.json");
|
qSeleniumJavalin.withRouteToFile("/data/person/1/developer", "data/person/developer.json");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user