Skip to content

fix(rpc datasource): handle correctly simple action response#306

Open
arnaud-moncel wants to merge 1 commit into
mainfrom
fix/rpc/action-response
Open

fix(rpc datasource): handle correctly simple action response#306
arnaud-moncel wants to merge 1 commit into
mainfrom
fix/rpc/action-response

Conversation

@arnaud-moncel
Copy link
Copy Markdown
Member

@arnaud-moncel arnaud-moncel commented May 20, 2026

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

Note

Fix execute in RPC datasource collection to symbolize keys in action responses

Adds symbolize_keys: true to the @client.call_rpc call in Collection#execute so that action responses are returned with symbol keys (including :type) instead of string keys. Two new specs in collection_spec.rb verify that the option is passed and that the result is returned unchanged.

Macroscope summarized 9508918.

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.

1 participant