Skip to content

Commit 13cc422

Browse files
committed
Revert "fix(data-provider-strapi-v4): e2e spec"
This reverts commit 9f5c3de.
1 parent e7d75fc commit 13cc422

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)