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

Using fixtures when searching via query params #34

Closed
johnmosesman opened this issue May 9, 2018 · 1 comment · Fixed by #35
Closed

Using fixtures when searching via query params #34

johnmosesman opened this issue May 9, 2018 · 1 comment · Fixed by #35

Comments

@johnmosesman
Copy link

Is there support for using the fixture files when searching via query parameters? If so what is the file format name, or does it look inside the fixture data?

Ex: Shopify.session |> Shopify.Order.all(%{order_number: 1024, status: "any"})

@Ninigi
Copy link
Collaborator

Ninigi commented May 10, 2018

Hi there. The mock adapter does not have a query params support yet, however I just implemented a basic support in this pull request.

@Ninigi Ninigi closed this as completed in #35 Jul 4, 2018
Ninigi added a commit that referenced this issue Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants