Skip to content

Commit

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

0 comments on commit 6d59100

Please sign in to comment.