Skip to content

Commit

Permalink
Issue #KN-439 test: Fixed update scenario where response is return wi…
Browse files Browse the repository at this point in the history
…th metadata without reading it again.
  • Loading branch information
anilguptatarento committed Nov 30, 2022
1 parent a5495e0 commit 0f20171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 0f20171

Please sign in to comment.