This commit is contained in:
haibo.chen
2025-10-15 10:05:52 +08:00
parent d9709f61a5
commit 156f07644d
18 changed files with 1222 additions and 1227 deletions

View File

@ -152,4 +152,3 @@ func TestGetLocalIP(t *testing.T) {
t.Logf("Local IP: %s", ip) t.Logf("Local IP: %s", ip)
} }

View File

@ -335,4 +335,3 @@ func TestCommonResponseWithDifferentDataTypes(t *testing.T) {
}) })
} }
} }

View File

@ -343,4 +343,3 @@ func TestParseAuthorizationQuotedValues(t *testing.T) {
t.Logf("Realm value: '%s'", result.Realm) t.Logf("Realm value: '%s'", result.Realm)
} }
} }

View File

@ -196,4 +196,3 @@ func TestPTZSpeedMap(t *testing.T) {
}) })
} }
} }

View File

@ -167,4 +167,3 @@ func TestGetSessionName(t *testing.T) {
}) })
} }
} }