Skip to content
Prev Previous commit
Next Next commit
[LIB-898] correct tests;
  • Loading branch information
opalczynski committed Sep 22, 2016
commit 1d20ef53115a08bc8877cf756343663e06044d94
2 changes: 1 addition & 1 deletion tests/integration_test_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setUpClass(cls):
cls.INSTANCE_NAME = os.getenv('INTEGRATION_INSTANCE_NAME')
cls.USER_NAME = os.getenv('INTEGRATION_USER_NAME')
cls.USER_PASSWORD = os.getenv('INTEGRATION_USER_PASSWORD')
cls.CLASS_NAME = cls.INSTANCE_NAME
cls.CLASS_NAME = "login_class_test"

instance = cls.connection.Instance.please.create(name=cls.INSTANCE_NAME)
api_key = instance.api_keys.create(allow_user_create=True,
Expand Down
1 change: 1 addition & 0 deletions tests/integration_test_custom_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_creating_raw_data(self):
},
{
"type": "class",
"name": "klass",
"schema": [
{"name": "test_class", "type": "string"},
{"name": "test_class", "type": "integer"},
Expand Down