We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca709e2 commit 4b4a98aCopy full SHA for 4b4a98a
libs/labelbox/tests/integration/test_slice.py
@@ -85,7 +85,7 @@ def test_get_slice(client):
85
if s.name in ["Test Slice 1", "Test Slice 2"]
86
)
87
for slice in slices:
88
- _delete_catalog_slice(client, slice.id)
+ _delete_catalog_slice(client, slice.uid)
89
90
# Create slices
91
slice_id_1 = _create_catalog_slice(
0 commit comments