Fix running apps
This commit is contained in:
parent
e8a0783139
commit
5923dee839
6 changed files with 3 additions and 63 deletions
|
@ -4,7 +4,7 @@ from mock import MagicMock, patch
|
|||
from api_clients.api_client import ApcUrl, ApiRequest
|
||||
|
||||
class ResponseInfo:
|
||||
def getheader(self, name):
|
||||
def get_content_type(self):
|
||||
return 'application/json'
|
||||
|
||||
class TestApiRequest(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue