Skip to content

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Lee <dave@gray101.com>
  • Loading branch information
dave-gray101 committed Dec 17, 2024
1 parent 4201f28 commit 4139b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e-aio/e2e_test.go
Original file line number Diff line number Diff line change
@@ -244,6 +244,7 @@ var _ = Describe("E2E test", func() {
GinkgoWriter.Printf("VAD Request Body JSON: %q\n", string(serialized))

vadEndpoint := apiEndpoint + "/vad"
GinkgoWriter.Printf("TEMPORARY vadEndpoint: %q\n", vadEndpoint)
resp, err := http.Post(vadEndpoint, "application/json", bytes.NewReader(serialized))
Expect(err).To(BeNil())
Expect(resp).ToNot(BeNil())

0 comments on commit 4139b34

Please sign in to comment.