Skip to content

Commit

Permalink
gctsExecuteABAPQualityCheck type mismatch (#5132)
Browse files Browse the repository at this point in the history
* Adapting unit test to run for packages with namespace

* Correct type mismatch for object count
  • Loading branch information
rinitagabahri authored Oct 7, 2024
1 parent 60cbddb commit f6231de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gctsExecuteABAPQualityChecks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit f6231de

Please sign in to comment.