Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ BUG ] Payload creation error in command_payload body payload handler in Real Time Response Service Class #568

Closed
jshcodes opened this issue Feb 24, 2022 · 0 comments · Fixed by #569
Assignees
Labels
bug 🐛 Something isn't working RTR Real Time Response issues and questions

Comments

@jshcodes
Copy link
Member

Describe the bug
There is a typo / bug in the Real Time Response body payload handler, command_payload. (key should be boolean)

To Reproduce
Try to pass "queue_offline" to the batch_init_sessions method of the Real Time Response Service Class. This value will not make it to the final body payload (nor will any other boolean in this handler).

Developers making use of standard body payloads with this method will not encounter this issue.

Expected behavior
The body payload is properly formulated.

Environment (please complete the following information):

  • OS: All supported
  • Python: All supported
  • FalconPy: 0.7.3 - 1.0.4

Additional context
Discovered while developing a sample for discussion #415.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working RTR Real Time Response issues and questions
Projects
None yet
1 participant