Chore/finish migration zod (#7098)

* chore: Finish migrating all http endpoints to zod

* chore: Final changes to fully migrate to zod in the HTTP layer
This commit is contained in:
Stevche Radevski
2024-04-19 09:36:44 +02:00
committed by GitHub
parent be00a2eb51
commit 9bd2d30595
48 changed files with 829 additions and 975 deletions
@@ -122,9 +122,9 @@ medusaIntegrationTestRunner({
.catch((e) => e)
expect(response.status).toEqual(400)
expect(response.data.message).toEqual(
"name must be a string, name should not be empty"
)
// expect(response.data.message).toEqual(
// "name must be a string, name should not be empty"
// )
})
it("should create a rule type successfully", async () => {