X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ftests%2Ftest_msgbase.py;fp=osm_common%2Ftests%2Ftest_msgbase.py;h=4db39974cdf6a53863994c7e8077d141ae4f31e5;hb=5ffda6426d3ea8fefe6b3c8c5fa1e78463156a22;hp=c3b97261abd60f8a572245cdefd1e8c96e201918;hpb=4d611d38236ddb5834c48d9228ba78c86b5cbfc5;p=osm%2Fcommon.git diff --git a/osm_common/tests/test_msgbase.py b/osm_common/tests/test_msgbase.py index c3b9726..4db3997 100644 --- a/osm_common/tests/test_msgbase.py +++ b/osm_common/tests/test_msgbase.py @@ -18,7 +18,7 @@ def test_constructor(): assert isinstance(msgbase, MsgBase) def test_connect(msg_base): - msg_base.connect() + msg_base.connect(None) def test_disconnect(msg_base): msg_base.disconnect()