Skip to content

Commit

Permalink
Updates expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rafvasq committed Apr 14, 2023
1 parent 8f6acf1 commit 3340fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvt/predictor/predictor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ var _ = Describe("Predictor", func() {
inferResponse, err := FVTClientInstance.RunKfsInference(inferRequest)
Expect(inferResponse).To(BeNil())
Expect(err).To(HaveOccurred())
Expect(err.Error()).To(ContainSubstring("1 should be equal to 64"))
Expect(err.Error()).To(ContainSubstring("SVC is expecting 64 features as input"))
})

It("should return model metadata", func() {
Expand Down

0 comments on commit 3340fa9

Please sign in to comment.