Skip to content

Commit 5090386

Browse files
committed
[SDK-206]: Updated config location for tests
1 parent a1b019e commit 5090386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yoti_python_sdk/tests/test_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
except ImportError:
1212
import mock
1313

14-
from config import SDK_IDENTIFIER
15-
1614
from yoti_python_sdk import YOTI_API_ENDPOINT
1715
from yoti_python_sdk import Client
16+
from yoti_python_sdk.config import SDK_IDENTIFIER
1817
from yoti_python_sdk.client import NO_KEY_FILE_SPECIFIED_ERROR
1918
from yoti_python_sdk.activity_details import ActivityDetails
2019
from yoti_python_sdk.tests.conftest import YOTI_CLIENT_SDK_ID, PEM_FILE_PATH

0 commit comments

Comments
 (0)