Skip to content

Query parameter matching issueΒ #92

@olivierodo

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 ?

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