Skip to content

Commit

Permalink
Fix no_diff with missing pre and post snapfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed May 29, 2024
1 parent 0cc246b commit 28e0b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jnpr/jsnapy/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@ def not_exists(
count_pass = count_pass + 1
node_value_passed = {
"id": id_val,
"PRE": predict,
"POST": postdict,
"pre": predict,
"post": postdict,
"message": message,
}
tresult["passed"].append(deepcopy(node_value_passed))
Expand Down

0 comments on commit 28e0b6e

Please sign in to comment.