Skip to content

Query parameter matching issue#92

Description

@olivierodo

Hi there 馃憢,
Thank you for this nice component!
Currently I have an issue on a specific query parameter matching.
I try to mock the url: https://localhost:3000/v1/api.json?rss_url=https://www.youtube.com/feeds/videos.xml?channel_id=xxx

However when i'm using the following stub:

request:
  url: /v1/api.json
  method: GET
  query:
    rss_url: "https://www.youtube.com/feeds/videos.xml?channel_id=xxx"
response:
  status: 200
  headers:
     content-type: application/json
  body: >
    {
        "feed": {
       }
    }

Stubby can't find the match 馃槄...

Any though ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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