Skip to content

Commit

Permalink
Remove needless metadata from test
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator committed Jan 29, 2025
1 parent c9cd5d8 commit 07b2612
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/server/api/test_subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,11 +1206,6 @@ async def test_emits_expected_payloads_and_records_expected_spans_and_experiment
assert experiment.pop("name") == "playground-experiment"
assert isinstance(experiment_description := experiment.pop("description"), str)
assert "dataset-name" in experiment_description
assert experiment.pop("metadata") == {
"dataset_name": "dataset-name",
"dataset_id": str(dataset_id),
"dataset_version_id": str(version_id),
}
assert experiment.pop("projectName") == "playground"
assert isinstance(created_at := experiment.pop("createdAt"), str)
assert isinstance(updated_at := experiment.pop("updatedAt"), str)
Expand Down

0 comments on commit 07b2612

Please sign in to comment.