We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a812 commit c5e2883Copy full SHA for c5e2883
lambdas/id_sync/tests/test_record_processor.py
@@ -9,6 +9,6 @@ def setUp(self):
9
self.mock_logger_info = self.logger_info_patcher.start()
10
11
def test_record_processor_success(self):
12
- test_record = "abc"
+ test_record = "abc1"
13
response = process_record(test_record, None)
14
self.assertEqual(response, f"hello world {test_record}")
0 commit comments