Commit ee27ef0
committed
Fix CustomPropertiesRepositoryTests.testVirtualRepo - remove composer property
The test was failing with error: "Virtual repository has package type 'Composer'
but includes non-matching repository with package type 'Generic'"
The enableComposerSupport custom property was causing Artifactory to infer the
virtual repository as Composer type, which cannot include Generic repositories
due to strict package type matching validation.
Fix by removing the custom property from the virtual repo test, since this test
is about validating that custom properties work on repositories in general, not
specifically about Composer functionality. The local and remote repo tests still
validate that custom properties are properly set and retrieved.1 parent bdba85b commit ee27ef0
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- services/src/test/groovy/org/jfrog/artifactory/client
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
0 commit comments