reimplemented openMensaFeedv2 and fixed linting
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ import os
|
||||
import httpretty
|
||||
import pytest
|
||||
|
||||
from stw_potsdam.swp_webspeiseplan_api import SWP_Webspeiseplan_API
|
||||
from stw_potsdam.swp_webspeiseplan_api import SWPWebspeiseplanAPI
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@@ -35,7 +35,7 @@ def api_online_one_shot():
|
||||
]
|
||||
|
||||
httpretty.register_uri(httpretty.POST,
|
||||
SWP_Webspeiseplan_API.URL_BASE,
|
||||
SWPWebspeiseplanAPI.URL_BASE,
|
||||
responses=responses)
|
||||
|
||||
httpretty.enable(allow_net_connect=False)
|
||||
|
||||
Reference in New Issue
Block a user