Skip to content

Conversation

@Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Apr 3, 2025

No description provided.

describe 'GET /v2/bot/message/aggregation/list' do
let(:client) { Line::Bot::V2::MessagingApi::ApiClient.new(channel_access_token: 'test-channel-access-token') }
let(:response_body) { { "custom_aggregation_units" => ["unit1", "unit2"], "next" => "token" }.to_json }
let(:response_body) { { "customAggregationUnits" => ["unit1", "unit2"], "next" => "token" }.to_json }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


it 'returns a list of followers successfully without optional parameters' do
response_body = { "user_ids" => ["U1234567890", "U0987654321"] }.to_json
response_body = { "userIds" => ["U1234567890", "U0987654321"] }.to_json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yang-33 Yang-33 self-assigned this Apr 3, 2025
@Yang-33 Yang-33 requested a review from a team April 3, 2025 01:40
Copy link
Contributor

@mokuzon mokuzon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@Yang-33 Yang-33 merged commit 6b254ba into line:master Apr 3, 2025
6 checks passed
@Yang-33 Yang-33 deleted the fix-mocked-response branch April 3, 2025 05:40
@Yang-33
Copy link
Contributor Author

Yang-33 commented Apr 8, 2025

#365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants