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

fix tests after change of default for proxyStreams

parent c64af39d
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ func TestHTTPRedirector_Source(t *testing.T) {
}
func TestHTTPRedirector_Relay(t *testing.T) {
*proxyStreams = false
ctx := createTestHttpContext(t)
defer ctx.Close()
......@@ -177,10 +178,6 @@ func TestHTTPRedirector_Relay(t *testing.T) {
func TestHTTPRedirector_IcecastProxy(t *testing.T) {
*proxyStreams = true
defer func() {
*proxyStreams = false
}()
ctx := createTestHttpContext(t)
defer ctx.Close()
......
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