Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query parameter matching issue #92

Open
olivierodo opened this issue Nov 26, 2021 · 0 comments
Open

Query parameter matching issue #92

olivierodo opened this issue Nov 26, 2021 · 0 comments

Comments

@olivierodo
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant