Skip to content

Commit

Permalink
protocol_version in test_read_only
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Nov 9, 2012
1 parent 812d0de commit e0ef637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylabs/test/server/quick/test_readonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@

@C.with_custom_setup(C.setup_1_node, C.basic_teardown)
def test_read_only():
protocol_version = 2
cluster = C._getCluster()
client = C.get_client()
client = C.get_client(protocol_version)
v = 'XXX'
client ['xxx']= v
cluster.stop()
Expand Down

0 comments on commit e0ef637

Please sign in to comment.