Skip to content

Add integration test to ensure URI's are requested as intended #91

@kadamwhite

Description

@kadamwhite

(For background see #89)

Superagent automatically converts multiple occurrences of the same query parameter key into array syntax: param=val&param=val becomes param[0]=val&param[1]=val. Because this behavior was not intuitive (other request libraries use the provided URL exactly as-is), we should add a test to verify that this behavior still occurs in case it changes in future versions of superagent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions