Skip to content

Commit 1ac133d

Browse files
committed
Removed unneeded checks, these are already done earlier in
the file
1 parent 044d8c4 commit 1ac133d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

roles/telemetry_chargeback/tasks/retrieve_loki_data.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
actual_count: "{{ loki_response.json.data.result | map(attribute='values') | map('length') | sum }}"
4141
ansible.builtin.assert:
4242
that:
43-
- loki_response.json.status == 'success'
44-
- loki_response.json.data.result | length > 0
4543
- actual_count | int == (synth_data_rates.data_summary.log_count | int)
4644
fail_msg: >-
4745
Query did not return all data entries. Expected

0 commit comments

Comments
 (0)