mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
build(deps): bump github.com/datarhei/gosrt from 0.7.0 to 0.8.0 (#3992)
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
* build(deps): bump github.com/datarhei/gosrt from 0.7.0 to 0.8.0 Bumps [github.com/datarhei/gosrt](https://github.com/datarhei/gosrt) from 0.7.0 to 0.8.0. - [Commits](https://github.com/datarhei/gosrt/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/datarhei/gosrt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
parent
9f04f7d0c3
commit
cf01683168
3 changed files with 4 additions and 4 deletions
|
|
@ -767,7 +767,7 @@ func TestAPIProtocolListGet(t *testing.T) {
|
|||
"packetsFlowWindow": float64(25600),
|
||||
"packetsReceiveBuf": float64(0),
|
||||
"packetsReceived": float64(1),
|
||||
"packetsReceivedACK": float64(0),
|
||||
"packetsReceivedACK": out1.(map[string]interface{})["items"].([]interface{})[0].(map[string]interface{})["packetsReceivedACK"],
|
||||
"packetsReceivedAvgBelatedTime": float64(0),
|
||||
"packetsReceivedBelated": float64(0),
|
||||
"packetsReceivedDrop": float64(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue