Skip to content

Commit 13fe6e3

Browse files
authored
Fixed recording (#47780)
1 parent 6b35649 commit 13fe6e3

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

sdk/ai/azure-ai-projects/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/ai/azure-ai-projects",
5-
"Tag": "python/ai/azure-ai-projects_8ed61957d2"
5+
"Tag": "python/ai/azure-ai-projects_762155b7e7"
66
}

sdk/ai/azure-ai-projects/tests/samples/test_samples.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@ def test_chat_completions_samples(self, sample_path: str, **kwargs) -> None:
257257
"SKIP_RBAC": "true",
258258
},
259259
),
260-
# AdditionalSampleTestDetail(
261-
# test_id="sample_toolbox_with_skill",
262-
# sample_filename="sample_toolbox_with_skill.py",
263-
# env_vars={
264-
# "ZIP_FILE_PATH": "tests/samples/assets/toolbox-agent.zip",
265-
# "SKIP_RBAC": "true",
266-
# },
267-
# ),
260+
AdditionalSampleTestDetail(
261+
test_id="sample_toolbox_with_skill",
262+
sample_filename="sample_toolbox_with_skill.py",
263+
env_vars={
264+
"ZIP_FILE_PATH": "tests/samples/assets/toolbox-agent.zip",
265+
"SKIP_RBAC": "true",
266+
},
267+
),
268268
]
269269
)
270270
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)