X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Ftests%2Ftest_vca.py;h=aa5eb2d1b10b1e03826360759c2e0512f5f927e4;hb=bbeda5dd93453c359da0f754f73c369e3ddfc385;hp=25a2aeb626fe3b9498a5d1f7fd6823c61df7a3ac;hpb=961145b6c1ab65c8cc5953aae008781e285c1461;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/tests/test_vca.py b/osmclient/sol005/tests/test_vca.py index 25a2aeb..aa5eb2d 100644 --- a/osmclient/sol005/tests/test_vca.py +++ b/osmclient/sol005/tests/test_vca.py @@ -55,7 +55,7 @@ class TestVca(unittest.TestCase): self.vca._http.post_cmd.assert_called() mock_print.assert_not_called() - def test_update_sucess(self): + def test_update_success(self): self.vca.get = Mock() self.vca.get.return_value = {"_id": "1234"} self.vca.update("vca_name", self.vca_data)