We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6767e59 commit 0583cc4Copy full SHA for 0583cc4
scanpipe/tests/test_api.py
@@ -1254,7 +1254,7 @@ def test_scanpipe_api_project_action_compliance(self):
1254
1255
def test_scanpipe_api_project_action_license_clarity_compliance(self):
1256
project = make_project()
1257
- url = reverse("project-clarity-compliance", args=[project.uuid])
+ url = reverse("project-license-clarity-compliance", args=[project.uuid])
1258
1259
response = self.csrf_client.get(url)
1260
expected = {"license_clarity_compliance_alert": None}
0 commit comments