Add "source" to PAP-PDP messages
[policy/models.git] / models-pdp / src / test / java / org / onap / policy / models / pdp / concepts / PdpUpdateTest.java
index a24b410..13ee54b 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP Policy Models
  * ================================================================================
- * Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
  * Modifications Copyright (C) 2019-2021 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -49,6 +49,7 @@ public class PdpUpdateTest {
         assertEquals(removeVariableFields(orig.toString()), removeVariableFields(new PdpUpdate(orig).toString()));
 
         // verify with all values
+        orig.setSource("my-source");
         orig.setDescription("my-description");
         orig.setName("my-name");
         orig.setPdpGroup("my-group");