ProjectEvergreen / greenwood

Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.
https://www.greenwoodjs.io
MIT License
97 stars 9 forks source link

update test endpoint to fix suddenly failing test cases #1188

Closed thescientist13 closed 10 months ago

thescientist13 commented 10 months ago

Related Issue

In the wake of https://github.com/AnalogStudiosRI/www.analogstudios.net/pull/97, forgot to come back and update this project to use the new v2 endpoints. Otherwise, all related test cases were failing, as observed in https://github.com/ProjectEvergreen/greenwood/pull/1186#issuecomment-1839136253.

Summary of Changes

  1. Update all Analog Studios endpoints from /api/artists -> /api/v2/artists for impacted test cases
DevLab2425 commented 10 months ago

@thescientist13 Well, it seems I should have a bit more coffee before jumping into PRs. 🤦

Just realized that you created a PR and not an issue for me to tackle. So, here's my approach at resolving the endpoint. Happy to close though if that's best.

https://github.com/ProjectEvergreen/greenwood/pull/1189