Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Sep 3, 2024
1 parent aedbafc commit cc4d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coverity.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_get_filtered_defects(self):
sphinx_coverity_connector = SphinxCoverityConnector()
sphinx_coverity_connector.coverity_service = self.initialize_coverity_service(login=False)
sphinx_coverity_connector.stream = self.fake_stream
sphinx_coverity_connector.snaphsot = fake_snapshot
sphinx_coverity_connector.snapshot = fake_snapshot
node_filters = {
"checker": "MISRA", "impact": None, "kind": None,
"classification": "Intentional,Bug,Pending,Unclassified", "action": None, "component": None,
Expand Down

0 comments on commit cc4d1cc

Please sign in to comment.