api_test: Log the path being tested in TestModulesInfo
This commit is contained in:
parent
3a9bcded32
commit
c675e919fd
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue