You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/journey.test.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ describe('data', () => {
75
75
.do()
76
76
.catch((e: Error)=>{
77
77
expect(e.message).toEqual(
78
-
`The request to Weaviate failed with status code: 422 and message: {"error":[{"message":"invalid object: invalid text property 'stringProp' on class 'DataJourneyTestThing': not a string, but json.Number"}]}`
78
+
`The request to Weaviate failed with status code: 500 and message: {"error":[{"message":"invalid text property 'stringProp' on class 'DataJourneyTestThing': not a string, but json.Number"}]}`
0 commit comments