Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hogo6002 committed Oct 17, 2024
1 parent d1cd2b4 commit 469e6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcp/api/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,13 @@ def test_query_comparing_version(self):
alsa_2023_7109 = self._get('ALSA-2023:7109')
alsa_2024_3178 = self._get('ALSA-2024:3178')
alsa_2024_4262 = self._get('ALSA-2024:4262')
alsa_2024_7481 = self._get('ALSA-2024:7481')

expected_vulns = [
alsa_2023_7109,
alsa_2024_3178,
alsa_2024_4262,
alsa_2024_7481,
]

response = requests.post(
Expand Down

0 comments on commit 469e6eb

Please sign in to comment.