Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adde118 commit e68d0b2Copy full SHA for e68d0b2
dataproc/dataproc_e2e_test.py
@@ -27,4 +27,4 @@
27
def test_e2e(cloud_config):
28
output = create_cluster_and_submit_job.main(
29
cloud_config.project, ZONE, CLUSTER_NAME, cloud_config.storage_bucket)
30
- assert "['Hello,', 'dog', 'elephant', 'panther', 'world!']" in output
+ assert b"['Hello,', 'dog', 'elephant', 'panther', 'world!']" in output
0 commit comments