Skip to content

FeatureAPIClient does not support querystring parameters for POST requests #2

@cloudcode-hungary

Description

@cloudcode-hungary

because of how feature api client calls django rest_framework.test.APIClient it is impossible to provide query string parameters for POST (PUT, PATCH) requests.

It works for GET requests through the data parameter, however for POST the data goes in the body, and no arguments can be provided in the url.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions