Skip to content

Commit 0bb862e

Browse files
authored
chore: remove pdb in integration test (#3327)
1 parent 263a330 commit 0bb862e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

integration/combination/test_connectors.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ def test_connector_by_invoking_a_function_with_eventbus(self, template_file_path
4343
"Payload": "{}",
4444
}
4545
response = lambda_client.invoke(**request_params)
46-
import pdb
47-
48-
pdb.set_trace()
4946
self.assertEqual(response.get("StatusCode"), 200)
5047
self.assertEqual(response.get("FunctionError"), None)
5148

0 commit comments

Comments
 (0)