Skip to content

Commit 0de97a5

Browse files
committed
[document-conversion] Adds version param
Adds version parameter to the DocumentConversionV1 object in the unit test.
1 parent 0f41152 commit 0de97a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_document_conversion_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_success():
1111
'<head><title>Simple HTML Page</title></head>' \
1212
'<body><h1>Chapter 1</h1><p>The content of the first chapter.</p></body></html>'
1313
document_conversion = watson_developer_cloud.DocumentConversionV1(
14-
username="username", password="password")
14+
username="username", password="password", version='2015-12-15')
1515

1616
responses.add(responses.POST, convert_url,
1717
body=convert_response, status=200,

0 commit comments

Comments
 (0)