Deluan 04d895d473 test(e2e): wire the DataStore into the lyrics service
The lyrics service now queries the DataStore for the legacy artist/title
lookup (GetLyricsByArtistTitle). The e2e suites still constructed it with a nil
DataStore, so the getLyrics endpoint panicked with a nil-pointer dereference.

Pass the suite's existing ds to lyrics.NewLyrics in both e2e routers.
2026-06-19 09:16:38 -04:00
..
2022-07-26 16:53:17 -04:00
2026-05-28 22:13:05 -03:00