cleanup tests

This commit is contained in:
aler9
2021-03-28 16:08:33 +02:00
parent 2ed4b079e8
commit e078fafa0d
3 changed files with 13 additions and 13 deletions

View File

@@ -416,7 +416,7 @@ func TestServerCSeq(t *testing.T) {
require.Equal(t, base.HeaderValue{"5"}, res.Header["CSeq"])
}
func TestServerCSeqMissing(t *testing.T) {
func TestServerErrorCSeqMissing(t *testing.T) {
s, err := Serve("127.0.0.1:8554")
require.NoError(t, err)
defer s.Close()