Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Jan 27, 2025
1 parent 2f24186 commit 9ce0297
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/cdk/lib/__snapshots__/transcription-service.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,12 @@ service transcription-service-worker start",
{
"ContainerPath": "/media-download",
"ReadOnly": false,
"SourceVolume": "media-download-volume",
"SourceVolume": "media-download-download-volume",
},
{
"ContainerPath": "/tmp",
"ReadOnly": false,
"SourceVolume": "media-download-temp-volume",
},
],
"Name": "media-download-task-TaskContainer",
Expand Down Expand Up @@ -2161,7 +2166,10 @@ service transcription-service-worker start",
},
"Volumes": [
{
"Name": "media-download-volume",
"Name": "media-download-download-volume",
},
{
"Name": "media-download-temp-volume",
},
],
},
Expand Down

0 comments on commit 9ce0297

Please sign in to comment.