Skip to content

Commit

Permalink
fix group events assertion in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau committed Nov 18, 2022
1 parent 4c86ad2 commit d111374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_group(cluster, tmp_path):
list(
filter(
lambda attribute: attribute["key"] == "result",
json.loads(rsp["raw_log"])[0]["events"][0]["attributes"],
json.loads(rsp["raw_log"])[0]["events"][2]["attributes"],
)
)[0]["value"],
)
Expand Down

0 comments on commit d111374

Please sign in to comment.