Skip to content

Commit

Permalink
Add testg
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishabh17 committed Dec 19, 2024
1 parent 44f1f81 commit b210fd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_workspaces/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,10 @@ def test_async_create_admin_subcriptions_2(

mock_api.side_effect = Exception('Error')
reverse('webhook-callback', kwargs={'workspace_id': workspace_id})


def test_run_import_export_with_no_bc_creds(db):
workspace_id = 10
response = run_import_export(workspace_id=workspace_id)

assert response is None

0 comments on commit b210fd6

Please sign in to comment.