File tree 1 file changed +2
-4
lines changed
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):
40
40
out , _ = capsys .readouterr ()
41
41
assert 'Display Name: {}' .format (KNOWLEDGE_BASE_DISPLAY_NAME ) in out
42
42
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.
46
44
document_management .create_document (PROJECT_ID , knowledge_base_id ,
47
45
DOCUMENT_DISPLAY_NAME , 'text/html' ,
48
46
'ARTICLE_SUGGESTION' ,
49
- 'gs ://ruogu/parsed_5_24/7157212.html ' )
47
+ 'https ://support.google.com/googleshopping/answer/9116497 ' )
50
48
out , _ = capsys .readouterr ()
51
49
document_id = out .split ('documents/' )[1 ].split (' - MIME Type:' )[0 ].rstrip ()
52
50
You can’t perform that action at this time.
0 commit comments