mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
[linkcheck] Fix test broken by external changes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
76e72e8148
commit
17ad71f233
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ func TestScanForLinks(t *testing.T) {
|
|||
// Case: Youtube does weird stuff
|
||||
{
|
||||
Heuristic: false,
|
||||
Message: "https://luziferus.tv/youtube",
|
||||
Message: "https://knut.in/youtube",
|
||||
ExpectedLinks: []string{
|
||||
"https://www.youtube.com/channel/UCjsRmaAQ0IHR2CNEBqfNOSQ",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue