Skip to content

Commit

Permalink
chore: remove pdb in integration test (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Aug 30, 2023
1 parent 263a330 commit 0bb862e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration/combination/test_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ def test_connector_by_invoking_a_function_with_eventbus(self, template_file_path
"Payload": "{}",
}
response = lambda_client.invoke(**request_params)
import pdb

pdb.set_trace()
self.assertEqual(response.get("StatusCode"), 200)
self.assertEqual(response.get("FunctionError"), None)

Expand Down

0 comments on commit 0bb862e

Please sign in to comment.