File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-10-10T12:45:09.203383Z ",
2+ "updateTime": "2019-10-28T21:37:18.071018Z ",
33 "sources": [
44 {
55 "generator": {
66 "name": "artman",
7- "version": "0.38.0 ",
8- "dockerImage": "googleapis/artman@sha256:0d2f8d429110aeb8d82df6550ef4ede59d40df9062d260a1580fce688b0512bf "
7+ "version": "0.40.3 ",
8+ "dockerImage": "googleapis/artman@sha256:c805f50525f5f557886c94ab76f56eaa09cb1da58c3ee95111fd34259376621a "
99 }
1010 },
1111 {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "10f91fa12f70e8e0209a45fc10807ed1f77c7e4e ",
16- "internalRef": "273826591 "
15+ "sha": "3fb0873b5f8a4cf5be4f848d20e5ccb2bdee1a67 ",
16+ "internalRef": "277134185 "
1717 }
1818 },
1919 {
2020 "template": {
2121 "name": "python_library",
2222 "origin": "synthtool.gcp",
23- "version": "2019.5.2 "
23+ "version": "2019.10.17 "
2424 }
2525 }
2626 ],
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def test_annotate_video(self):
9393
9494 assert len (channel .requests ) == 1
9595 expected_request = video_intelligence_pb2 .AnnotateVideoRequest (
96- features = features
96+ features = features , input_uri = input_uri
9797 )
9898 actual_request = channel .requests [0 ][1 ]
9999 assert expected_request == actual_request
You can’t perform that action at this time.
0 commit comments