Skip to content

Commit 0583cc4

Browse files
committed
fix tests
Signed-off-by: NucleonGodX <[email protected]>
1 parent 6767e59 commit 0583cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ def test_scanpipe_api_project_action_compliance(self):
12541254

12551255
def test_scanpipe_api_project_action_license_clarity_compliance(self):
12561256
project = make_project()
1257-
url = reverse("project-clarity-compliance", args=[project.uuid])
1257+
url = reverse("project-license-clarity-compliance", args=[project.uuid])
12581258

12591259
response = self.csrf_client.get(url)
12601260
expected = {"license_clarity_compliance_alert": None}

0 commit comments

Comments
 (0)