Commit 564e4a5
committed
Fix virtual repository tests - match package types for included repos
Fixed test failures caused by Artifactory's strict package type validation for
virtual repositories. Virtual repositories can only include repositories with
matching package types.
Changes:
1. BaseRepositoryTests: Modified to include localRepo (same package type) instead
of genericRepo when creating virtual repos for package-specific tests
2. CustomPropertiesRepositoryTests: Removed enableComposerSupport from virtual
repo test to avoid package type conflicts
This fixes errors like: "Virtual repository has package type 'Composer' but
includes non-matching repository with package type 'Generic'"1 parent ee27ef0 commit 564e4a5
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
158 | 159 | | |
159 | | - | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments