File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments