Skip to content

Commit

Permalink
test: Update idle status test to return float
Browse files Browse the repository at this point in the history
  • Loading branch information
zusorio committed Nov 20, 2024
1 parent 3d8cc51 commit acb2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/sessions/test_session_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_get_idle_status():
"resultType": "vector",
"result": [
{
"value": [1731683497.386, "12"],
"value": [1731683497.386, "12.5"],
}
],
},
Expand Down

0 comments on commit acb2c09

Please sign in to comment.