Skip to content
Snippets Groups Projects
Commit 070a8e6b authored by ale's avatar ale
Browse files

add missing maxClient arg

parent ee4847fd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ func TestIcecast_TestParseStatusPage(t *testing.T) {
xml := `<?xml version="1.0"?>
<status><mount name="/test.ogg"><listeners>3</listeners><bitrate/><quality/><video-quality/><frame-size/><frame-rate/></mount></status>`
ic := NewIcecastController("1.2.3.4")
ic := NewIcecastController("1.2.3.4", 1000)
result, err := ic.parseStatusPage(strings.NewReader(xml))
if err != nil {
t.Fatal(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment