Skip to content

Commit

Permalink
Fix delete tsdb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Jan 21, 2025
1 parent 830a268 commit ada0bc4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
location: swamp
temperature: 32.4
humidity: 88.9
- match: { _id: crxuhAep5Npwt_etAAABiHD35_g }
- set: { _id: id }
- match: { result: created }
- match: { _version: 1 }

- do:
delete:
index: weather_sensors
id: crxuhAep5Npwt_etAAABiHD35_g
- match: { _id: crxuhAep5Npwt_etAAABiHD35_g }
id: $id
- match: { _id: $id }
- match: { result: deleted }
- match: { _version: 2 }

Expand All @@ -68,6 +68,6 @@
location: swamp
temperature: 32.4
humidity: 88.9
- match: { _id: crxuhAep5Npwt_etAAABiHD35_g }
- match: { _id: $id }
- match: { result: created }
- match: { _version: 3 }

0 comments on commit ada0bc4

Please sign in to comment.