kenhuuu commented on code in PR #2873:
URL: https://github.com/apache/tinkerpop/pull/2873#discussion_r1825070663


##########
gremlin-python/src/main/python/tests/conftest.py:
##########
@@ -110,11 +111,17 @@ def graphbinary_serializer_v4(request):
     return GraphBinarySerializersV4()
 
 
[email protected](params=['graphbinaryv4'])
[email protected](params=['graphbinaryv4','graphsonv4'])
 def remote_connection(request):
     try:
         if request.param == 'graphbinaryv4':
-            remote_conn = DriverRemoteConnection(anonymous_url, 'gmodern')
+            remote_conn = DriverRemoteConnection(anonymous_url, 'gmodern',
+                                                 
request_serializer=serializer.GraphBinarySerializersV4(),
+                                                 
response_serializer=serializer.GraphBinarySerializersV4()                       
                          )

Review Comment:
   Nit: the final ) needs to be shifted left.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to