Skip to content

Commit

Permalink
Update test_api_requirement_assessments.py
Browse files Browse the repository at this point in the history
dead code
  • Loading branch information
eric-intuitem committed Dec 12, 2024
1 parent 1c6d403 commit 17135bf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions backend/app_tests/api/test_api_requirement_assessments.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ def test_get_requirement_assessments(self, test):
0
].typical_evidence,
"ref_id": RequirementNode.objects.all()[0].ref_id,
"associated_reference_controls": RequirementNode.objects.all()[
0
].associated_reference_controls,
"associated_threats": RequirementNode.objects.all()[
0
].associated_threats,
"parent_requirement": {
"str": RequirementNode.objects.all()[0].parent_requirement.get(
"str"
Expand Down Expand Up @@ -262,12 +256,6 @@ def test_update_requirement_assessments(self, test):
0
].typical_evidence,
"ref_id": RequirementNode.objects.all()[0].ref_id,
"associated_reference_controls": RequirementNode.objects.all()[
0
].associated_reference_controls,
"associated_threats": RequirementNode.objects.all()[
0
].associated_threats,
"parent_requirement": {
"str": RequirementNode.objects.all()[0].parent_requirement.get(
"str"
Expand Down

0 comments on commit 17135bf

Please sign in to comment.