Skip to content

Add integration test for activity feed returning empty array for wallet with no trade history #570

Description

@Chucks1093

Summary

A wallet that has never made a trade should return an empty array from the activity feed endpoint, not a 404 or an error response.

Scope

  • Call GET /wallets/:address/activity with a valid Stellar address that has no trade history
  • Assert response status is 200
  • Assert data is an empty array
  • Assert meta.total is 0

Acceptance Criteria

  • Returns 200 with empty data array
  • meta.total is 0
  • Does not return 404

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions