Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Sep 1, 2024
1 parent aece446 commit 00a956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/discord/discord_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func handle(mux *http.ServeMux, gateway string) {
URL string `json:"url"`
}{URL: gateway})
fmt.Fprintln(w, string(gatewayJson))
case r.URL.Path == "/api/v8/channels/messages":
case r.URL.Path == "/api/v8/channels/messages", r.URL.Path == "/api/v9/channels/messages":
once.Do(func() {
fmt.Fprintln(w, string(messageJson))
})
Expand Down

0 comments on commit 00a956b

Please sign in to comment.