Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Adds updates for samples profiler ... vision [(#2439)](GoogleCloudPla…
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored and danoscarmike committed Jul 31, 2020
1 parent a919db6 commit 1d4d2fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions samples/snippets/beta_snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_create_glossary(capsys, unique_glossary_id):
beta_snippets.create_glossary(PROJECT_ID, unique_glossary_id)
out, _ = capsys.readouterr()
assert 'Created' in out
assert PROJECT_ID in out
assert unique_glossary_id in out
assert 'gs://cloud-samples-data/translation/glossary.csv' in out

Expand Down Expand Up @@ -129,6 +128,5 @@ def test_delete_glossary(capsys, unique_glossary_id):
beta_snippets.create_glossary(PROJECT_ID, unique_glossary_id)
beta_snippets.delete_glossary(PROJECT_ID, unique_glossary_id)
out, _ = capsys.readouterr()
assert PROJECT_ID in out
assert 'us-central1' in out
assert unique_glossary_id in out
6 changes: 3 additions & 3 deletions samples/snippets/hybrid_glossaries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-translate==1.4.0
google-cloud-vision==0.35.2
google-cloud-texttospeech==0.4.0
google-cloud-translate==1.6.0
google-cloud-vision==0.39.0
google-cloud-texttospeech==0.5.0
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-translate==1.4.0
google-cloud-storage==1.14.0
google-cloud-translate==1.6.0
google-cloud-storage==1.19.1

0 comments on commit 1d4d2fd

Please sign in to comment.