Skip to content

Commit

Permalink
fix: test element http req
Browse files Browse the repository at this point in the history
  • Loading branch information
saman2000hoseini committed Jul 11, 2023
1 parent 606f077 commit 99fbac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webhook-proxy/handler/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (p *Proxy) ProxyToElement(c echo.Context) error {

func (p *Proxy) proxyRequest(body []byte, url string) bool {
body, err := json.Marshal(elementBody{
Text: string(body),
Text: "test",
DisplayName: DisplayName,
})
if err != nil {
Expand Down

0 comments on commit 99fbac1

Please sign in to comment.