Skip to content

Commit

Permalink
Merge pull request #322 from GoogleCloudPlatform/fixdataproc
Browse files Browse the repository at this point in the history
Fix Dataproc e2e for Python 3
  • Loading branch information
waprin committed May 3, 2016
2 parents adde118 + e68d0b2 commit 3ecda8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproc/dataproc_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
def test_e2e(cloud_config):
output = create_cluster_and_submit_job.main(
cloud_config.project, ZONE, CLUSTER_NAME, cloud_config.storage_bucket)
assert "['Hello,', 'dog', 'elephant', 'panther', 'world!']" in output
assert b"['Hello,', 'dog', 'elephant', 'panther', 'world!']" in output

0 comments on commit 3ecda8b

Please sign in to comment.