Skip to content

Commit e69576d

Browse files
committed
DISPATCH-2112: Reset in_links and out_links on each iteration. This closes #1220
1 parent 7de251a commit e69576d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system_tests_qdmanage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@ def test_yy_query_many_links(self):
582582
self.logger.log("out_links=%s, in_links=%s" % (str(out_links), str(in_links)))
583583
sleep(2)
584584
outs = json.loads(self.run_qdmanage(query_command))
585+
out_links = 0
586+
in_links = 0
585587
else:
586588
self.logger.log("Test success!")
587589
success = True

0 commit comments

Comments
 (0)