Skip to content

Commit

Permalink
fix(test):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Jan 1, 2025
1 parent 986dfa9 commit a7cddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentic_security/probe_actor/test_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ async def test_request_error(self):
self.assertEqual(tokens, 0)
self.assertTrue(refusal)
self.assertEqual(len(errors), 1)
self.assertIn("Connection error", errors[0][2])
self.assertIn("Connection error", errors[0][3])

0 comments on commit a7cddd2

Please sign in to comment.