restore API compatibility

This commit is contained in:
aler9
2023-07-31 10:00:40 +02:00
committed by Alessandro Ros
parent 8b8b52e689
commit 8ef42a27e9
6 changed files with 20 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ func TestAuth(t *testing.T) {
}
t.Run(c1.name+"_"+conf, func(t *testing.T) {
nonce, err := GenerateNonce()
nonce, err := GenerateNonce2()
require.NoError(t, err)
se, err := NewSender(
@@ -105,7 +105,7 @@ func TestAuthVLC(t *testing.T) {
"rtsp://myhost/mypath/test?testing/trackID=0",
},
} {
nonce, err := GenerateNonce()
nonce, err := GenerateNonce2()
require.NoError(t, err)
se, err := NewSender(