We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99750c commit aa0f039Copy full SHA for aa0f039
tests/test_api.py
@@ -197,25 +197,6 @@ def test_create_session_same_deduplication_id():
197
client.delete_session(session.id)
198
199
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
210
211
- applications = client.list_applications(name=_TEST_APPLICATION_NAME)
212
213
214
215
- for application in applications:
216
- assert application.name == _TEST_APPLICATION_NAME
217
218
219
def test_run_process():
220
client = _get_client()
221
0 commit comments