Skip to content

Commit

Permalink
fix: requirement assessments api tests after updating read serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Feb 12, 2024
1 parent 45a1650 commit 017e6fa
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 @@ -113,7 +113,7 @@ def test_get_requirement_assessments(self, authenticated_client):
},
{
"folder": str(folder.id),
"compliance_assessment": str(compliance_assessment.id),
"compliance_assessment": {"id": str(compliance_assessment.id), "str": compliance_assessment.name},
"requirement": str(RequirementNode.objects.all()[0].id),
},
-1,
Expand Down

0 comments on commit 017e6fa

Please sign in to comment.