Skip to content

Commit

Permalink
Fixed tests yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemdo committed Apr 1, 2023
1 parent f56f33e commit 73cd305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mock_api/endpoints/chat/chat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestChannelBadges(t *testing.T) {
req.URL.RawQuery = q.Encode()
resp, err := http.DefaultClient.Do(req)
a.Nil(err)
a.Equal(401, resp.StatusCode)
a.Equal(400, resp.StatusCode)

q.Set("broadcaster_id", "1")
req.URL.RawQuery = q.Encode()
Expand Down

0 comments on commit 73cd305

Please sign in to comment.