mirror of
https://github.com/aler9/gortsplib
synced 2025-09-28 03:52:12 +08:00
remove suffix from new functions
This commit is contained in:
@@ -1056,7 +1056,7 @@ func TestServerSessionTeardown(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestServerAuth(t *testing.T) {
|
||||
nonce, err := auth.GenerateNonce2()
|
||||
nonce, err := auth.GenerateNonce()
|
||||
require.NoError(t, err)
|
||||
|
||||
s := &Server{
|
||||
|
Reference in New Issue
Block a user