refactor: strip project name from volume names without mangling project name

This commit is contained in:
Pasha Sviderski
2025-10-30 20:54:15 +10:00
parent 65c3e0a68d
commit 4bc47af05b
3 changed files with 17 additions and 8 deletions
+1
View File
@@ -48,6 +48,7 @@ func loadProjectFromContent(t *testing.T, content string) (*types.Project, error
return nil, err
}
removeProjectPrefixFromNames(project)
// Apply extension transformations since we're not using LoadProject.
if project, err = transformServicesCaddyExtension(project); err != nil {
return nil, err