Skip to content

Commit ce434bf

Browse files
authored
Fix the events present in the template (#28)
There was two unrelated events thrown together. I've replaced the incorrect one with the correct one. ## Issues - [ISS-217195](https://app.devrev.ai/devrev/works/ISS-217195)
1 parent 61ed693 commit ce434bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devrev-snapin-template.plain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
- Test The Function using the resource [external_sync_unit_check.json](test_data/external_sync_unit_check.json). Test is successful if The Callback Server receives from DevRev an event with "event_type" that equals "EXTRACTION_EXTERNAL_SYNC_UNITS_DONE". The test must not send the event directly to The Callback Server.
107107

108108
- Implement The Function called "data_extraction_check" (The Data Extraction Check Function) that provides a test of the 'data extraction' part of the extraction workflow as described in the resource [data-extraction.md](docs/data-extraction.md). The Data Extraction Check Function should:
109-
- if "event_type" equals "EXTRACTION_DATA_START" or "EXTRACTION_ATTACHMENTS_CONTINUE", The Data Extraction Check Function should:
109+
- if "event_type" equals "EXTRACTION_DATA_START" or "EXTRACTION_DATA_CONTINUE", The Data Extraction Check Function should:
110110
- Initialize a single repo "users"
111111
- normalize the users data using The Normalization Function
112112
- push the normalized users data to The DevRev Servers

0 commit comments

Comments
 (0)