Commit 0f201712 authored by Anil Kumar Gupta's avatar Anil Kumar Gupta
Browse files

Issue #KN-439 test: Fixed update scenario where response is return with...

Issue #KN-439 test: Fixed update scenario where response is return with metadata without reading it again.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@ class GraphService {
}
def upsertRootNode(graphId: String, request: Request): Future[Node] = {
NodeAsyncOperations.upsertRootNode(graphId, request).map(resNode => if(isrRelativePathEnabled) CSPMetaUtil.updateAbsolutePath(resNode) else resNode)
NodeAsyncOperations.upsertRootNode(graphId, request)
}
def getNodeByUniqueId(graphId: String, nodeId: String, getTags: Boolean, request: Request): Future[Node] = {
......
Supports Markdown
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