Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henomis committed Sep 10, 2023
1 parent a46764c commit e36e114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embeddings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func TestEmbeddingEndpoint(t *testing.T) {
var resBytes []byte
switch {
case req.User == "invalid":

w.WriteHeader(http.StatusBadRequest)
return
case req.EncodingFormat == EmbeddingEncodingFormatBase64:
Expand Down

0 comments on commit e36e114

Please sign in to comment.