Skip to content

Commit e7d75fc

Browse files
committed
fix(data-provider-strapi-v4): e2e spec
1 parent d575521 commit e7d75fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/data-provider-strapi-v4/all.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe("data-provider-strapi-v4", () => {
158158
cy.wait("@strapiV4GetPosts").then(({ request }) => {
159159
const query = request.query;
160160
console.log(query);
161-
expect(query?.filters).to.deep.equal({
161+
expect(query?.["filters["]).to.deep.equal({
162162
category: {
163163
id: {
164164
$in: ["1"],

0 commit comments

Comments
 (0)