Skip to content

Commit 5981433

Browse files
chore: remove unused odata calls (#1073)
1 parent 7d7c622 commit 5981433

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

test/scenarios/bookshop/read.test.js

+2-10
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,9 @@ describe('Bookshop - Read', () => {
4949
}
5050
})
5151

52-
test.skip('Books $count in orderby', async () => {
53-
const res = await GET(
54-
`/admin/Authors?$select=name&$expand=books($count=true)&$orderby=books/$count desc`, admin
55-
)
56-
})
52+
test.skip('Books $count in orderby')
5753

58-
test.skip('Books $count in filter', async () => {
59-
const res = await GET(
60-
`/admin/Authors?$select=name&$expand=books($count=true)&$filter=books/$count eq 2`, admin
61-
)
62-
})
54+
test.skip('Books $count in filter')
6355

6456
test('Books with groupby with path expression and expand result', async () => {
6557
const res = await GET(

0 commit comments

Comments
 (0)