-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: create twitch proxy tests #617
chore: create twitch proxy tests #617
Conversation
I don't understand. What's different between my local project and the one being hosted here. This is the data I expect in the API. {"data":[{"id":"79776140","login":"freecodecamp","display_name":"FreeCodeCamp","type":"","broadcaster_type":"","description":"Learn to code for free at freecodecamp.org","profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/freecodecamp-profile_image-d9514f2df0962329-300x300.png","offline_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/freecodecamp-channel_offline_image-b8e133c78cd51cb0-1920x1080.png","view_count":0,"created_at":"2015-01-14T03:36:47Z"}]} |
I need to see what exactly the results are from the workflow cause while it returns 200,something isn't matching up with my computer. |
Oh so that's why. The |
I thought I was being smart making those changes. It works locally, but apparently not in CI, and I have no idea what that error is saying. |
Co-authored-by: Oliver Eyton-Williams <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thanks @a2937
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers, @a2937 this LGTM 👍
Checklist:
Update index.md
)Related to #490
This adds a few tests to ensure the Twitch Proxy data routes are still functioning correctly.