Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
b-deam committed Jul 1, 2021
1 parent 99068d5 commit 862ecfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/telemetry_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,12 +1041,14 @@ def test_store_multiple_data_stream_stats(self, metrics_store_put_doc):
"total_store_size_bytes": 878336
}, level=MetaInfoScope.cluster, meta_data=data_stream_metadata),
mock.call({
"name": "data-stream-stats",
"data_stream": "my-data-stream-1",
"backing_indices": 1,
"store_size_bytes": 439137,
"maximum_timestamp": 1579936446448
}, level=MetaInfoScope.cluster, meta_data=data_stream_metadata),
mock.call({
"name": "data-stream-stats",
"data_stream": "my-data-stream-2",
"backing_indices": 1,
"store_size_bytes": 439199,
Expand Down

0 comments on commit 862ecfc

Please sign in to comment.