Skip to content

Commit

Permalink
Mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiDiwanTT committed Oct 18, 2023
1 parent 23b1555 commit 8926e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/admin/controller/test_analytics_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def test_analytics_service_delete(
)
assert response.status_code == 200

service = get_one(
service1 = get_one(
settings_ctrl_fixture.ctrl.db.session, ExternalIntegration, id=service.id
)
assert None == service
assert None == service1

0 comments on commit 8926e6f

Please sign in to comment.