Include library elements on counts endpoint (#98246)

This commit is contained in:
Leonor Oliveira
2024-12-19 12:38:08 +01:00
committed by GitHub
parent 989ee681f8
commit c1e078b3a3
2 changed files with 14 additions and 0 deletions
@@ -133,6 +133,10 @@ func TestDirectSQLStats(t *testing.T) {
"group": "sql-fallback",
"resource": "folders",
"count": 1
},
{
"group": "sql-fallback",
"resource": "library_elements"
}
]`, string(jj))
})
@@ -161,6 +165,10 @@ func TestDirectSQLStats(t *testing.T) {
{
"group": "sql-fallback",
"resource": "folders"
},
{
"group": "sql-fallback",
"resource": "library_elements"
}
]`, string(jj))
})