Skip to content

Commit

Permalink
test: update youtube 404 test
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Dec 8, 2023
1 parent 7b9030f commit 259eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestGetStreamYouTube404(t *testing.T) {
os.Setenv("STREAMDL_GRPC_PORT", "50051")
defer os.Unsetenv("STREAMDL_GRPC_PORT")

url, _ := getStream("youtube.com", "ANonExistentUser", "best")
url, _ := getStream("youtube.com", "ANonExistentUser1234", "best")

if url != "" {
t.Errorf("Test should have not received an URL, got %s", url)
Expand Down

0 comments on commit 259eb64

Please sign in to comment.