Fixed container paths for the Packages test targets in the Website test plan. (#16)

Reviewed-on: rock-n-code/loud-amsterdam#16
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit is contained in:
2026-07-11 10:43:27 +00:00
committed by javier
parent 4c57e15991
commit a4906f8f26
+6 -6
View File
@@ -34,16 +34,16 @@
},
{
"target" : {
"containerPath" : "container:..\/Localization",
"identifier" : "LocalizationTests",
"name" : "LocalizationTests"
"containerPath" : "container:..\/..\/Packages\/Persistence",
"identifier" : "PersistenceTests",
"name" : "PersistenceTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "PersistenceTests",
"name" : "PersistenceTests"
"containerPath" : "container:..\/..\/Packages\/Localization",
"identifier" : "LocalizationTests",
"name" : "LocalizationTests"
}
}
],