Make TransportPCE functional tests running
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_end2end.py
index 5e8cc9820bb37f73d307cee79c44e85d95799a4a..f5013e09327332e9aedf7e81459ae550c2ba7b23 100644 (file)
@@ -699,7 +699,7 @@ class TransportPCEFulltesting(unittest.TestCase):
     def test_46_get_no_oc_services(self):
         print("start test")
         response = test_utils.get_service_list_request("")
-        self.assertEqual(response.status_code, requests.codes.not_found)
+        self.assertEqual(response.status_code, requests.codes.conflict)
         res = response.json()
         self.assertIn(
             {"error-type": "application", "error-tag": "data-missing",