Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Jan 28, 2024
1 parent 8732a81 commit 0a5adfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/integration_tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def test_persist_update_run(
assert stored_run.id == run["id"]
assert stored_run.outputs == run["outputs"]
assert stored_run.start_time == run["start_time"]
assert stored_run.extra
assert stored_run.extra["metadata"]["revision_id"] == str(revision_id)
finally:
langchain_client.delete_project(project_name=project_name)
Expand Down

0 comments on commit 0a5adfe

Please sign in to comment.