Skip to content

Commit

Permalink
Update test_api_requirement_assessments.py
Browse files Browse the repository at this point in the history
fix pytest (score now between 1 and 4)
  • Loading branch information
eric-intuitem committed May 1, 2024
1 parent 76da672 commit 4eaa22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app_tests/api/test_api_requirement_assessments.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_update_requirement_assessments(self, test):
"compliance_assessment": str(compliance_assessment2.id),
"requirement": str(RequirementNode.objects.all()[1].id),
"applied_controls": [str(applied_control.id)],
"score": 50,
"score": 3,
},
{
"folder": {"id": str(test.folder.id), "str": test.folder.name},
Expand Down

0 comments on commit 4eaa22b

Please sign in to comment.