Fix tests
This commit is contained in:
parent
08e4705a9c
commit
062bd864eb
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import pytest
|
import pytest
|
||||||
import requests
|
|
||||||
|
|
||||||
from requests import Request
|
from requests import Request
|
||||||
|
|
||||||
|
@ -10,7 +9,7 @@ from tests.utils import MockResponse, Expectations
|
||||||
|
|
||||||
|
|
||||||
def test_create_app(monkeypatch):
|
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,
|
data={'website': CLIENT_WEBSITE,
|
||||||
'client_name': CLIENT_NAME,
|
'client_name': CLIENT_NAME,
|
||||||
'scopes': SCOPES,
|
'scopes': SCOPES,
|
||||||
|
|
Loading…
Reference in a new issue