diff --git a/buildpacks/release-phase/tests/integration_test.rs b/buildpacks/release-phase/tests/integration_test.rs index 9475505..fc19e66 100644 --- a/buildpacks/release-phase/tests/integration_test.rs +++ b/buildpacks/release-phase/tests/integration_test.rs @@ -81,7 +81,7 @@ fn project_uses_release_build_and_web_process_loads_artifacts() { }; fs::create_dir_all(&local_storage_path) .expect("local_storage_path directory should be created"); - let container_volume_path = "/static-artifacts-storage"; + let container_volume_path = "/workspace/static-artifacts-storage"; let container_volume_url = "file://".to_owned() + container_volume_path; println!("local_storage_path: {local_storage_path:?}"); println!("container_volume_url: {container_volume_url}");