mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
restore pprof service (#3848) (#3851)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run
This commit is contained in:
parent
457a47116a
commit
1a6547f13b
7 changed files with 39 additions and 11 deletions
|
|
@ -763,5 +763,5 @@ func TestICEServerClientOnly(t *testing.T) {
|
|||
require.Equal(t, len(s.ICEServers), len(clientICEServers))
|
||||
serverICEServers, err := s.generateICEServers(false)
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, 0, len(serverICEServers))
|
||||
require.Empty(t, serverICEServers)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue