diff --git a/internal/weldr/api_test.go b/internal/weldr/api_test.go index 57f64905a..80b731c28 100644 --- a/internal/weldr/api_test.go +++ b/internal/weldr/api_test.go @@ -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) } }