Переименование python-пакета nextcloud.talk.recording в f7cloud.talk.recording
This commit is contained in:
@@ -9,7 +9,7 @@ from ipaddress import ip_network
|
||||
|
||||
import pytest
|
||||
|
||||
from nextcloud.talk.recording.Config import Config
|
||||
from f7cloud.talk.recording.Config import Config
|
||||
|
||||
class ConfigTest:
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ import pytest
|
||||
sys.modules['pulsectl'] = {}
|
||||
|
||||
# pylint: disable=wrong-import-position
|
||||
from nextcloud.talk.recording.Server import isAddressInNetworks, TrustedProxiesFix
|
||||
from f7cloud.talk.recording.Server import isAddressInNetworks, TrustedProxiesFix
|
||||
|
||||
@pytest.mark.parametrize('address, networks, expectedResult', [
|
||||
('192.168.57.42', [], False),
|
||||
|
||||
Reference in New Issue
Block a user