davidchambers / tutor

JavaScript interface for the Gatherer card database
https://gatherer.wizards.com/
Do What The F*ck You Want To Public License
149 stars 18 forks source link

respond with "no results" given non-existent card name #97

Closed davidchambers closed 8 years ago

davidchambers commented 8 years ago

Fixes #93

92 was not a suitable fix. The tests passed (erroneously) because the command for creating fixtures was missing the --location flag for following redirects.

@CBXZero, could you verify that this change works for you?

CBXZero commented 8 years ago

@davidchambers This change fixed the issue I was having, and after feeding a few cards through my service everything seems to be working still.

davidchambers commented 8 years ago

Thanks for testing this change, @CBXZero. I'll merge this pull request and publish a patch release shortly.