Skip to content

Commit

Permalink
Fix final unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Dec 4, 2024
1 parent 0267db8 commit 00225e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/greynoise/unit_test/test_gnql_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def test_gnql_query(self, mock_get):
],
"message": "ok",
"query": "query",
"scroll": "token",
}

self.assertNotEqual({}, results, "returns non - empty results")
Expand Down

0 comments on commit 00225e3

Please sign in to comment.