Fix tests - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 062bd864eb01323f43b1afca88e4de8a1cc3cf8a
 (DIR) parent 08e4705a9c7f73845de6f041bf2b7bcd3f5bd75d
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Sat, 30 Dec 2017 18:04:38 +0100
       
       Fix tests
       
       Diffstat:
         tests/test_api.py                   |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tests/test_api.py b/tests/test_api.py
       @@ -1,6 +1,5 @@
        # -*- coding: utf-8 -*-
        import pytest
       -import requests
        
        from requests import Request
        
       @@ -10,7 +9,7 @@ from tests.utils import MockResponse, Expectations
        
        
        def test_create_app(monkeypatch):
       -    request = Request('POST', 'http://bigfish.software/api/v1/apps',
       +    request = Request('POST', 'https://bigfish.software/api/v1/apps',
                              data={'website': CLIENT_WEBSITE,
                                    'client_name': CLIENT_NAME,
                                    'scopes': SCOPES,