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 00e48cc commit 066c8c5Copy full SHA for 066c8c5
vulnerabilities/tests/test_api.py
@@ -603,7 +603,7 @@ def test_api_with_all_vulnerable_packages(self):
603
response = self.csrf_client.get(f"/api/packages/all", format="json").data
604
605
assert len(response) == 3
606
- assert response == [
+ assert list(response) == [
607
"pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.12.6.1",
608
"pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.13.1",
609
"pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.13.2",
0 commit comments