Skip to content

Comma in header value #144

@rt-planck

Description

@rt-planck

Hi here,

Good morning.
I am using 0.6.0 version.

I setup a mock for an http call with an header that looks like
.and(header("x-ms-date", "Sun, 01 Jan 2023 00:00:00 GMT"))
There should be some bug in the handling of the commas, since that value will not be matched.
Intead, the following without a comma works well
.and(header("x-ms-date", "Sun 01 Jan 2023 00:00:00 GMT"))

Best regards,
R

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