1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +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

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