Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Jun 28, 2024
1 parent cba027c commit fb67f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web/test_db_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_db_record_bytes_scanned() -> None:
assert len(metrics) == 1
assert metrics[0].tags == {
"referrer": attribution_info.referrer,
"dataset_name": dataset_name,
"dataset": dataset_name,
"storage_key": storage_key.value,
}

Expand Down

0 comments on commit fb67f8d

Please sign in to comment.