Skip to content

Commit

Permalink
chg: Use another test to use it in the GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 18, 2024
1 parent 5dd57ad commit f505200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def test_up(self) -> None:
self.assertTrue(self.client.redis_up())

def test_get_vulnerability(self) -> None:
vuln = self.client.get_vulnerability('CVE-2023-23059')
self.assertEqual(vuln['cve']['id'], 'CVE-2023-23059')
vuln = self.client.get_vulnerability('PYSEC-2024-4')
self.assertEqual(vuln['id'], 'PYSEC-2024-4')

0 comments on commit f505200

Please sign in to comment.