fix: Remove app name from FileArtifactService directory structure

Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 834462462
This commit is contained in:
George Weale
2025-11-19 15:12:48 -08:00
committed by Copybara-Service
parent dc3f60cc93
commit 12db84f5cd
2 changed files with 17 additions and 53 deletions
@@ -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"