mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-16 05:16:08 +02:00
gctsExecuteABAPQualityCheck type mismatch (#5132)
* Adapting unit test to run for packages with namespace * Correct type mismatch for object count
This commit is contained in:
parent
60cbddbd47
commit
f6231de55b
@ -1900,7 +1900,7 @@ type repository struct {
|
||||
CreatedBy string `json:"createdBy"`
|
||||
CreatedDate string `json:"createdDate"`
|
||||
Config []repoConfig `json:"config"`
|
||||
Objects int `json:"objects"`
|
||||
Objects any `json:"objects"`
|
||||
CurrentCommit string `json:"currentCommit"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user