api_test: Log the path being tested in TestModulesInfo

This commit is contained in:
Brian C. Lane 2023-09-12 10:37:21 -07:00 committed by Achilleas Koutsou
parent 3a9bcded32
commit c675e919fd

View file

@ -1907,6 +1907,7 @@ func TestModulesInfo(t *testing.T) {
for _, c := range cases {
api, _ := createWeldrAPI(tempdir, c.Fixture)
t.Logf("Path = %s", c.Path)
test.TestRoute(t, api, true, "GET", c.Path, ``, c.ExpectedStatus, c.ExpectedJSON)
}
}