Commit 94158e16 by Sarath Subramanian Committed by Madhan Neethiraj

ATLAS-1670: fix for IT failures introduced due to ATLAS-1664

parent 160b2874
...@@ -463,7 +463,6 @@ public class EntityV2JerseyResourceIT extends BaseResourceIT { ...@@ -463,7 +463,6 @@ public class EntityV2JerseyResourceIT extends BaseResourceIT {
assertNotNull(createdHeader); assertNotNull(createdHeader);
assertNotNull(createdHeader.getGuid()); assertNotNull(createdHeader.getGuid());
hiveTableInstanceV2.setGuid(createdHeader.getGuid()); hiveTableInstanceV2.setGuid(createdHeader.getGuid());
atlasClientV2.addClassifications(createdHeader.getGuid(), hiveTableInstanceV2.getClassifications());
tableEntity = hiveTableInstanceV2; tableEntity = hiveTableInstanceV2;
return hiveTableInstanceV2; return hiveTableInstanceV2;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment