Skip to content

Post request parameters should be passed in data param #2

@oli-pr

Description

@oli-pr

resp = requests.post(USER_POOL_ENDPOINT, params=payload, headers=headers)

I think this needs to be resp = requests.post(USER_POOL_ENDPOINT, data=payload, headers=headers) from testing

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