Skip to content

Commit

Permalink
remove pointless test
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 13, 2023
1 parent 8cae9aa commit f6a3780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/collective/elastic/ingest/preprocessing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_action_rewrite():
preprocessing.action_rewrite(root, {}, config)
assert "rid" in root
assert root["rid"] == ridvalue
assert "rid" not in root["@components"]


def test_action_rewrite_non_existing():
Expand Down

0 comments on commit f6a3780

Please sign in to comment.