Fix tests

This commit is contained in:
Ivan Habunek 2017-12-30 18:04:38 +01:00
parent 08e4705a9c
commit 062bd864eb
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 2 deletions

View File

@ -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,