We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7249e6 commit cdcf76fCopy full SHA for cdcf76f
tests/nvd/source/test_api.py
@@ -199,7 +199,7 @@ async def test_context_manager(self):
199
async def test_sources_broken_response_return_exceptions(self):
200
responses = create_source_responses(3)
201
responses[1].json.return_value["sources"][0][
202
- "published"
+ "last_modified"
203
] = "I'm an invalid date"
204
self.http_client.get.side_effect = responses
205
@@ -220,7 +220,7 @@ async def test_sources_broken_response_return_exceptions(self):
220
async def test_sources_broken_response(self):
221
222
223
224
225
226
0 commit comments