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" : { "target" : {
"containerPath" : "container:..\/Localization", "containerPath" : "container:..\/..\/Packages\/Persistence",
"identifier" : "LocalizationTests", "identifier" : "PersistenceTests",
"name" : "LocalizationTests" "name" : "PersistenceTests"
} }
}, },
{ {
"target" : { "target" : {
"containerPath" : "container:", "containerPath" : "container:..\/..\/Packages\/Localization",
"identifier" : "PersistenceTests", "identifier" : "LocalizationTests",
"name" : "PersistenceTests" "name" : "LocalizationTests"
} }
} }
], ],