mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix tests and lints
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ linters:
|
|||||||
- interfacer
|
- interfacer
|
||||||
- unconvert
|
- unconvert
|
||||||
- maligned
|
- maligned
|
||||||
- depguard
|
# - depguard
|
||||||
- nakedret
|
- nakedret
|
||||||
- prealloc
|
- prealloc
|
||||||
- whitespace
|
- whitespace
|
||||||
|
@@ -43,7 +43,6 @@ func TestYT_BuildFeed(t *testing.T) {
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
urls := []string{
|
urls := []string{
|
||||||
"https://youtube.com/user/fxigr1",
|
|
||||||
"https://www.youtube.com/channel/UCupvZG-5ko_eiXAupbDfxWw",
|
"https://www.youtube.com/channel/UCupvZG-5ko_eiXAupbDfxWw",
|
||||||
"https://www.youtube.com/playlist?list=PLF7tUDhGkiCk_Ne30zu7SJ9gZF9R9ZruE",
|
"https://www.youtube.com/playlist?list=PLF7tUDhGkiCk_Ne30zu7SJ9gZF9R9ZruE",
|
||||||
"https://www.youtube.com/channel/UCK9lZ2lHRBgx2LOcqPifukA",
|
"https://www.youtube.com/channel/UCK9lZ2lHRBgx2LOcqPifukA",
|
||||||
|
Reference in New Issue
Block a user