1
0
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:
Rinita Asani 2024-10-07 16:08:27 +02:00 committed by GitHub
parent 60cbddbd47
commit f6231de55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"`
}