mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #221] [MERGED] test: avoid error string matching #365
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/221
Author: @rudrankriyam
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:fix/go-standards-errors📝 Commits (1)
d410593test: avoid brittle error string checks📊 Changes
18 files changed (+123 additions, -123 deletions)
View changed files
📝
cmd/commands_test.go(+12 -14)📝
cmd/finance_test.go(+2 -2)📝
cmd/ipa_test.go(+0 -4)📝
cmd/localizations_test.go(+0 -3)📝
cmd/pricing_test.go(+0 -4)📝
cmd/shared_test.go(+0 -4)📝
cmd/signing_fetch_test.go(+4 -4)📝
cmd/users_test.go(+0 -4)📝
cmd/versions_test.go(+2 -3)📝
internal/asc/analytics_test.go(+3 -11)📝
internal/asc/client_http.go(+7 -13)📝
internal/asc/client_http_test.go(+12 -25)📝
internal/asc/client_test.go(+7 -2)➕
internal/asc/errors.go(+51 -0)📝
internal/asc/finance_test.go(+3 -3)📝
internal/asc/phased_release_test.go(+0 -3)📝
internal/asc/review_responses_test.go(+20 -20)📝
internal/auth/keychain_test.go(+0 -4)📄 Description
Summary
Test plan
make buildmake lintmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.