From 1c3c98710532f3c7609cef8e2047a926875750bf Mon Sep 17 00:00:00 2001 From: Gunnar Atli Thoroddsen Date: Tue, 3 Oct 2023 16:11:26 +0000 Subject: [PATCH] Replace failing s3 assets with new paths --- tests/helpers.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/helpers.py b/tests/helpers.py index 7de8ef7e..c5369a99 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -34,11 +34,11 @@ ] TEST_POINTCLOUD_URLS = [ - "https://scaleapi-cust-lidar.s3.us-west-1.amazonaws.com/test-scale/frame-0.json", - "https://scaleapi-cust-lidar.s3.us-west-1.amazonaws.com/test-scale/frame-1.json", - "https://scaleapi-cust-lidar.s3.us-west-1.amazonaws.com/test-scale/frame-2.json", - "https://scaleapi-cust-lidar.s3.us-west-1.amazonaws.com/test-scale/frame-3.json", - "https://scaleapi-cust-lidar.s3.us-west-1.amazonaws.com/test-scale/frame-4.json", + "https://scale-dev.s3.us-west-2.amazonaws.com/nucleus/sdk/test_assets/frame-0.json", + "https://scale-dev.s3.us-west-2.amazonaws.com/nucleus/sdk/test_assets/frame-1.json", + "https://scale-dev.s3.us-west-2.amazonaws.com/nucleus/sdk/test_assets/frame-2.json", + "https://scale-dev.s3.us-west-2.amazonaws.com/nucleus/sdk/test_assets/frame-3.json", + "https://scale-dev.s3.us-west-2.amazonaws.com/nucleus/sdk/test_assets/frame-4.json", ] TEST_VIDEO_URL = "https://github.com/scaleapi/nucleus-python-client/raw/master/tests/testdata/video.mp4"