Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Changed removed_from_source for one record; Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsomnath committed Mar 4, 2019
1 parent 47116fd commit c60cf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5,004 deletions.
2 changes: 1 addition & 1 deletion ingestion_server/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test04_last_task_in_status_list(self):
self.assertEqual(1, len(resp_json), msg)

def test05_removed_from_source_not_indexed(self):
id_to_check = 12119388 #Max of existing ids + 1
id_to_check = 10494466 #Index for which we changed manually False to True
es = Elasticsearch(
host='localhost',
port=60001,
Expand Down
Loading

0 comments on commit c60cf1b

Please sign in to comment.