Name alignment, agent to a1pms, in test env
[nonrtric.git] / test / usecases / healthcheck / src / main.py
index fdf6d42..e69d273 100644 (file)
@@ -332,7 +332,7 @@ if __name__ == '__main__':
     try:
         rics_from_agent = get_rics_from_agent()
     except ConnectionError:
-        print(f'Policy Agent is not answering on {BASE_URL}, cannot start!')
+        print(f'A1PMS is not answering on {BASE_URL}, cannot start!')
         sys.exit(1)
 
     rics = create_ric_dict(rics_from_agent)