Skip to content

Commit

Permalink
Tests - actually remove passthrough. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperson1 committed Oct 27, 2023
1 parent 55e6668 commit 78e333a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/dissemination/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from dissemination.models import (
General,
FederalAward,
Passthrough,
Finding,
FindingText,
CapText,
Expand Down Expand Up @@ -124,7 +123,6 @@ def test_summary_context(self):
"""
baker.make(General, report_id="2022-12-GSAFAC-0000000001", is_public=True)
award = baker.make(FederalAward, report_id="2022-12-GSAFAC-0000000001")
passthrough = baker.make(Passthrough, report_id="2022-12-GSAFAC-0000000001")
finding = baker.make(Finding, report_id="2022-12-GSAFAC-0000000001")
finding_text = baker.make(FindingText, report_id="2022-12-GSAFAC-0000000001")
cap_text = baker.make(CapText, report_id="2022-12-GSAFAC-0000000001")
Expand Down

0 comments on commit 78e333a

Please sign in to comment.