Skip to content

Commit f0ce869

Browse files
committed
point to specific URIs for shot change snippets
1 parent f345207 commit f0ce869

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

video/cloud-client/shotchange/shotchange_test.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
18-
1917
import pytest
2018

2119
import shotchange
2220

23-
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
24-
SHOTS_FILE_PATH = '/video/gbikes_dinosaur.mp4'
25-
2621

2722
@pytest.mark.slow
2823
def test_shots_dino(capsys):
29-
shotchange.analyze_shots(
30-
'gs://{}{}'.format(BUCKET, SHOTS_FILE_PATH))
24+
shotchange.analyze_shots('gs://demomaker/gbikes_dinosaur.mp4')
3125
out, _ = capsys.readouterr()
3226
assert 'Shot 1:' in out

0 commit comments

Comments
 (0)