Skip to content

Commit c94ca87

Browse files
committed
python: fix add_selector2.py test case
1 parent d4d8a53 commit c94ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/tests/add_selector2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_add_selector(self):
2323
assert value_asdf is not None
2424
print "Calling add_selector(%r, %r)" % (key_asdf, value_asdf)
2525
options.add_selector(str(key_asdf), str(value_asdf))
26-
dummy = client.invoke(options, "http://uri", "method")
26+
dummy = client.invoke(options, "http://uri", "method", XmlDoc("dummy doc"))
2727

2828
if __name__ == '__main__':
2929
unittest.main()

0 commit comments

Comments
 (0)