Skip to content

Commit

Permalink
[SDK-206]: Updated config location for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod committed Dec 13, 2017
1 parent a1b019e commit 5090386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yoti_python_sdk/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
except ImportError:
import mock

from config import SDK_IDENTIFIER

from yoti_python_sdk import YOTI_API_ENDPOINT
from yoti_python_sdk import Client
from yoti_python_sdk.config import SDK_IDENTIFIER
from yoti_python_sdk.client import NO_KEY_FILE_SPECIFIED_ERROR
from yoti_python_sdk.activity_details import ActivityDetails
from yoti_python_sdk.tests.conftest import YOTI_CLIENT_SDK_ID, PEM_FILE_PATH
Expand Down

0 comments on commit 5090386

Please sign in to comment.