Skip to content

Commit c9b567a

Browse files
committed
Fix test_iterate_step test
1 parent 14050ab commit c9b567a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/advanced/graph/fluent/test_graph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def _validate_type(self, g, vertex):
654654
key = prop.key
655655
_validate_prop(key, value, self)
656656

657-
def test_iterate_step(self):
657+
def _test_iterate_step(self, schema, graphson):
658658
"""
659659
Test to validate that the iterate() step work on all dse versions.
660660
@@ -664,7 +664,7 @@ def test_iterate_step(self):
664664
@test_category dse graph
665665
"""
666666

667-
g = self.fetch_traversal_source()
667+
g = self.fetch_traversal_source(graphson)
668668
generate_classic(self.session)
669669
g.addV('person').property('name', 'Person1').iterate()
670670

0 commit comments

Comments
 (0)