Skip to content

Commit d21e3df

Browse files
gguussdandhlee
authored andcommitted
Adds updates for samples profiler ... vision [(#2439)](#2439)
1 parent b27b4c3 commit d21e3df

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

translation/samples/snippets/beta_snippets_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def test_create_glossary(capsys, unique_glossary_id):
9999
beta_snippets.create_glossary(PROJECT_ID, unique_glossary_id)
100100
out, _ = capsys.readouterr()
101101
assert 'Created' in out
102-
assert PROJECT_ID in out
103102
assert unique_glossary_id in out
104103
assert 'gs://cloud-samples-data/translation/glossary.csv' in out
105104

@@ -129,6 +128,5 @@ def test_delete_glossary(capsys, unique_glossary_id):
129128
beta_snippets.create_glossary(PROJECT_ID, unique_glossary_id)
130129
beta_snippets.delete_glossary(PROJECT_ID, unique_glossary_id)
131130
out, _ = capsys.readouterr()
132-
assert PROJECT_ID in out
133131
assert 'us-central1' in out
134132
assert unique_glossary_id in out
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-translate==1.4.0
2-
google-cloud-vision==0.35.2
3-
google-cloud-texttospeech==0.4.0
1+
google-cloud-translate==1.6.0
2+
google-cloud-vision==0.39.0
3+
google-cloud-texttospeech==0.5.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-translate==1.4.0
2-
google-cloud-storage==1.14.0
1+
google-cloud-translate==1.6.0
2+
google-cloud-storage==1.19.1

0 commit comments

Comments
 (0)