Skip to content

Commit 4b4a98a

Browse files
authored
Fix test_get_slice (#1996)
1 parent ca709e2 commit 4b4a98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/tests/integration/test_slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_get_slice(client):
8585
if s.name in ["Test Slice 1", "Test Slice 2"]
8686
)
8787
for slice in slices:
88-
_delete_catalog_slice(client, slice.id)
88+
_delete_catalog_slice(client, slice.uid)
8989

9090
# Create slices
9191
slice_id_1 = _create_catalog_slice(

0 commit comments

Comments
 (0)