Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Mar 28, 2024
1 parent de93f9f commit c4928c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/test_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,6 @@ async def test_scoped_feedback() -> None:
json_response = response.json()
run_id = json_response["metadata"]["run_id"]
assert json_response == {
"callback_events": [],
"metadata": {
"feedback_token_expires_at": "2023-01-01T00:00:00",
"feedback_token_url": "feedback_id",
Expand All @@ -2913,7 +2912,6 @@ async def test_scoped_feedback() -> None:
del r["run_id"]

assert json_response == {
"callback_events": [],
"metadata": {
"responses": [
{
Expand Down

0 comments on commit c4928c7

Please sign in to comment.