Browse Source

remove logLevel: debug from tests

pull/764/head
aler9 4 years ago
parent
commit
98dbf5d932
  1. 3
      internal/core/hls_server_test.go

3
internal/core/hls_server_test.go

@ -134,8 +134,7 @@ func TestHLSServerAuth(t *testing.T) { @@ -134,8 +134,7 @@ func TestHLSServerAuth(t *testing.T) {
" readPass: testpass\n" +
" readIPs: [127.0.0.0/16]\n"
} else {
conf = "logLevel: debug\n" +
"externalAuthenticationURL: http://127.0.0.1:9120/auth\n" +
conf = "externalAuthenticationURL: http://127.0.0.1:9120/auth\n" +
"paths:\n" +
" all:\n"
}

Loading…
Cancel
Save