Skip to content

Commit 6e31d1d

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <[email protected]>
1 parent 7734db6 commit 6e31d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/tests/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def test_api_with_single_vulnerability_and_vulnerable_package(self):
398398
"is_vulnerable": True,
399399
}
400400
],
401-
"aliases": [],
401+
"aliases": ["CVE-2029-1234"],
402402
}
403403
],
404404
"fixing_vulnerabilities": [],
@@ -415,7 +415,7 @@ def test_api_with_single_vulnerability_and_vulnerable_package(self):
415415
"is_vulnerable": True,
416416
}
417417
],
418-
"aliases": [],
418+
"aliases": ["CVE-2029-1234"],
419419
}
420420
],
421421
}

0 commit comments

Comments
 (0)