mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Remove app name from FileArtifactService directory structure
Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 834462462
This commit is contained in:
committed by
Copybara-Service
parent
dc3f60cc93
commit
12db84f5cd
@@ -614,8 +614,6 @@ async def test_file_metadata_camelcase(tmp_path, artifact_service_factory):
|
||||
metadata_path = (
|
||||
tmp_path
|
||||
/ "artifacts"
|
||||
/ "apps"
|
||||
/ "myapp"
|
||||
/ "users"
|
||||
/ "user123"
|
||||
/ "sessions"
|
||||
@@ -677,8 +675,6 @@ async def test_file_list_artifact_versions(tmp_path, artifact_service_factory):
|
||||
version_payload_path = (
|
||||
tmp_path
|
||||
/ "artifacts"
|
||||
/ "apps"
|
||||
/ "myapp"
|
||||
/ "users"
|
||||
/ "user123"
|
||||
/ "sessions"
|
||||
|
||||
Reference in New Issue
Block a user