-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
What is the problem?
When using the endpoint to receive all blocked users for a user /mock/users/blocks on a newly generated mock-api, the response looks like
{
"data": null
}According to the official docs, the response should be an empty array and after testing it, the response looks more like
{
"data": [],
"pagination": {}
}This is just a minor thing, but in my case, I use the mock-api in automated tests to get more or less realistic results without touching the real Helix API. And because I expect an array there, my tests fail. Also, the pagination is missing, even though its empty.
Operating System
Ubuntu 22.04
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
- Start the mock-api
twitch mock-api start - Generate a user access token (https://github.com/twitchdev/twitch-cli/blob/main/docs/mock-api.md#auth-namespace)
- Send request to http://localhost:8080/mock/users/blocks?broadcaster_id={YOUR_MOCK_ID}
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
No labels