Skip to content

Commit 880c569

Browse files
rogers140telpirion
authored andcommitted
test(samples): replace the deleted gcs file with public file (#388)
The previous file is removed since the parent project is deleted. Changed to use publicly available file.
1 parent 66acdf0 commit 880c569

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dialogflow/participant_management_test.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ def test_analyze_content_text(capsys):
4040
out, _ = capsys.readouterr()
4141
assert 'Display Name: {}'.format(KNOWLEDGE_BASE_DISPLAY_NAME) in out
4242

43-
# Create documents. Note that you should get read permission of bucket gs://ruogu/parsed_5_24/7157212.html
44-
# via Pantheon for service account (google application credential account) from here:
45-
# https://pantheon.corp.google.com/storage/browser/ruogu/parsed_5_24/?project=agent-assistant-demo
43+
# Create documents.
4644
document_management.create_document(PROJECT_ID, knowledge_base_id,
4745
DOCUMENT_DISPLAY_NAME, 'text/html',
4846
'ARTICLE_SUGGESTION',
49-
'gs://ruogu/parsed_5_24/7157212.html')
47+
'https://support.google.com/googleshopping/answer/9116497')
5048
out, _ = capsys.readouterr()
5149
document_id = out.split('documents/')[1].split(' - MIME Type:')[0].rstrip()
5250

0 commit comments

Comments
 (0)