From 4fbcb6950c14290ca0f3530d68fd8b906ba33bf6 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 16 Feb 2026 02:48:54 -0800 Subject: [PATCH 1/2] test: assume that exception is thrown from delete archive (box/box-codegen#927) --- .codegen.json | 2 +- test/archives.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index cf002cd64..16f59e2de 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "bfb97cc", "specHash": "77eac4b", "version": "10.4.0" } +{ "engineHash": "f36ed52", "specHash": "77eac4b", "version": "10.4.0" } diff --git a/test/archives.py b/test/archives.py index 65c2e6ed1..83d3ef39f 100644 --- a/test/archives.py +++ b/test/archives.py @@ -37,6 +37,5 @@ def testArchivesCreateListDelete(): assert updated_archive.description == new_archive_description archives: ArchivesV2025R0 = client.archives.get_archives_v2025_r0(limit=100) assert len(archives.entries) > 0 - client.archives.delete_archive_by_id_v2025_r0(archive.id) with pytest.raises(Exception): client.archives.delete_archive_by_id_v2025_r0(archive.id) From 02ddd1741eb2c0c79d1fcf6fb2b6744b943b6309 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 16 Feb 2026 06:18:59 -0800 Subject: [PATCH 2/2] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 16f59e2de..bc25f9a93 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "f36ed52", "specHash": "77eac4b", "version": "10.4.0" } +{ "engineHash": "9dcb945", "specHash": "77eac4b", "version": "10.4.0" }