Skip to content

Commit aa0f039

Browse files
committed
Removed applications unit tests because this feature is stalled right now.
1 parent b99750c commit aa0f039

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/test_api.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -197,25 +197,6 @@ def test_create_session_same_deduplication_id():
197197
client.delete_session(session.id)
198198

199199

200-
def test_list_applications():
201-
client = _get_client()
202-
203-
applications = client.list_applications()
204-
205-
assert len(applications) > 0
206-
207-
208-
def test_list_applications_by_name():
209-
client = _get_client()
210-
211-
applications = client.list_applications(name=_TEST_APPLICATION_NAME)
212-
213-
assert len(applications) > 0
214-
215-
for application in applications:
216-
assert application.name == _TEST_APPLICATION_NAME
217-
218-
219200
def test_run_process():
220201
client = _get_client()
221202

0 commit comments

Comments
 (0)