gdalmau/url_shortener

Allow tests to make requests directly to the API

Opened this issue · 0 comments

Allow tests to make requests directly to the API uncommenting the following line:

# self.test_app.post('/shorten', data=dict(url=url, shortcode=shortcode))