Add test for liked and infinite scroll for user tracks.

This commit is contained in:
Scott 2018-03-14 15:58:12 +01:00
parent 9bbea14f6c
commit fd86700381

View File

@ -18,10 +18,18 @@ var routeTests = map[string][]string{
"/+Akyoto/soundtracks/added", "/+Akyoto/soundtracks/added",
}, },
"/user/:nick/soundtracks/added/from/:index": []string{
"/+Akyoto/soundtracks/added/from/3",
},
"/user/:nick/soundtracks/liked": []string{ "/user/:nick/soundtracks/liked": []string{
"/+Akyoto/soundtracks/liked", "/+Akyoto/soundtracks/liked",
}, },
"/user/:nick/soundtracks/liked/from/:index": []string{
"/+Akyoto/soundtracks/liked/from/3",
},
"/user/:nick/followers": []string{ "/user/:nick/followers": []string{
"/+Akyoto/followers", "/+Akyoto/followers",
}, },